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()
556 TW_Command *command_packet; in tw_aen_read_queue()
574 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_read_queue()
686 TW_Command *command_packet; in tw_aen_drain_queue()
715 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_drain_queue()
991 …ev->command_packet_virtual_address[request_id], &(tw_ioctl->firmware_command), sizeof(TW_Command)); in tw_chrdev_ioctl()
1014 …_ioctl->firmware_command), tw_dev->command_packet_virtual_address[request_id], sizeof(TW_Command)); in tw_chrdev_ioctl()
1072 …pci_free_consistent(tw_dev->tw_pci_dev, sizeof(TW_Command)*TW_Q_LENGTH, tw_dev->command_packet_vir… in tw_free_device_extension()
1082 TW_Command *command_packet; in tw_initconnection()
1094 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_initconnection()
1137 TW_Command *command_packet; in tw_setfeature()
1148 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_setfeature()
1258 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0); in tw_initialize_device_extension()
1428 TW_Command *command_packet; in tw_scsiop_inquiry()
1435 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_inquiry()
1526 TW_Command *command_packet; in tw_scsiop_mode_sense()
1542 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_mode_sense()
1625 TW_Command *command_packet; in tw_scsiop_read_capacity()
1632 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_capacity()
1724 TW_Command *command_packet; in tw_scsiop_read_write()
1742 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_write()
1836 TW_Command *command_packet; in tw_scsiop_synchronize_cache()
1842 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_synchronize_cache()
1873 TW_Command *command_packet; in tw_scsiop_test_unit_ready()
1880 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_test_unit_ready()
2036 TW_Command *command_packet; in DEF_SCSI_QCMD()
2116 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in DEF_SCSI_QCMD()