Searched refs:TW_Command (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.c205 TW_Command *command;
208 command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
352 TW_Command *command_packet;
370 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
482 TW_Command *command_packet;
511 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
783 memcpy(tw_dev->command_packet_virtual_address[request_id], &(tw_ioctl->firmware_command), sizeof(TW_Command));
806 memcpy(&(tw_ioctl->firmware_command), tw_dev->command_packet_virtual_address[request_id], sizeof(TW_Command));
861 pci_free_consistent(tw_dev->tw_pci_dev, sizeof(TW_Command)*TW_Q_LENGTH, tw_dev->command_packet_virtual_address[0], tw_dev->command_packet_physical_address[0]);
871 TW_Command *command_packe
[all...]
H A D3w-xxxx.h245 typedef struct TW_Command { struct
276 } TW_Command; typedef in typeref:struct:TW_Command
295 TW_Command firmware_command;
H A D3w-9xxx.h486 typedef struct TW_Command { struct
510 } TW_Command; typedef in typeref:struct:TW_Command
546 TW_Command oldcommand;
H A D3w-9xxx.c211 TW_Command *command_packet;
462 TW_Command *command_packet;
1032 TW_Command *command_packet;
1199 TW_Command *command_packet;
1354 TW_Command *oldcommand;

Completed in 103 milliseconds