Lines Matching refs:TW_Command

404 	TW_Command *command;  in tw_decode_sense()
407 command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_decode_sense()
543 TW_Command *command_packet; in tw_aen_read_queue()
561 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_read_queue()
673 TW_Command *command_packet; in tw_aen_drain_queue()
702 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_drain_queue()
978 …ev->command_packet_virtual_address[request_id], &(tw_ioctl->firmware_command), sizeof(TW_Command)); in tw_chrdev_ioctl()
1001 …_ioctl->firmware_command), tw_dev->command_packet_virtual_address[request_id], sizeof(TW_Command)); in tw_chrdev_ioctl()
1065 …pci_free_consistent(tw_dev->tw_pci_dev, sizeof(TW_Command)*TW_Q_LENGTH, tw_dev->command_packet_vir… in tw_free_device_extension()
1075 TW_Command *command_packet; in tw_initconnection()
1087 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_initconnection()
1130 TW_Command *command_packet; in tw_setfeature()
1141 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_setfeature()
1251 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0); in tw_initialize_device_extension()
1395 TW_Command *command_packet; in tw_scsiop_inquiry()
1402 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_inquiry()
1493 TW_Command *command_packet; in tw_scsiop_mode_sense()
1509 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_mode_sense()
1592 TW_Command *command_packet; in tw_scsiop_read_capacity()
1599 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_capacity()
1691 TW_Command *command_packet; in tw_scsiop_read_write()
1709 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_write()
1803 TW_Command *command_packet; in tw_scsiop_synchronize_cache()
1809 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_synchronize_cache()
1840 TW_Command *command_packet; in tw_scsiop_test_unit_ready()
1847 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_test_unit_ready()
2001 TW_Command *command_packet; in DEF_SCSI_QCMD()
2081 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in DEF_SCSI_QCMD()