Searched refs:TW_Sector (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-xxxx.c378 memset(command_packet, 0, sizeof(TW_Sector));
396 memset(param, 0, sizeof(TW_Sector));
406 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
519 memset(command_packet, 0, sizeof(TW_Sector));
538 memset(param, 0, sizeof(TW_Sector));
548 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
878 pci_free_consistent(tw_dev->tw_pci_dev, sizeof(TW_Sector)*TW_Q_LENGTH, tw_dev->alignment_virtual_address[0], tw_dev->alignment_physical_address[0]);
898 memset(command_packet, 0, sizeof(TW_Sector));
952 memset(command_packet, 0, sizeof(TW_Sector));
970 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
[all...]
H A D3w-xxxx.h242 typedef unsigned char TW_Sector[512]; typedef

Completed in 73 milliseconds