Lines Matching refs:TW_Command
405 TW_Command *command; in tw_decode_sense()
408 command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_decode_sense()
544 TW_Command *command_packet; in tw_aen_read_queue()
562 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_read_queue()
674 TW_Command *command_packet; in tw_aen_drain_queue()
703 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_drain_queue()
979 …ev->command_packet_virtual_address[request_id], &(tw_ioctl->firmware_command), sizeof(TW_Command)); in tw_chrdev_ioctl()
1002 …_ioctl->firmware_command), tw_dev->command_packet_virtual_address[request_id], sizeof(TW_Command)); in tw_chrdev_ioctl()
1060 …pci_free_consistent(tw_dev->tw_pci_dev, sizeof(TW_Command)*TW_Q_LENGTH, tw_dev->command_packet_vir… in tw_free_device_extension()
1070 TW_Command *command_packet; in tw_initconnection()
1082 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_initconnection()
1125 TW_Command *command_packet; in tw_setfeature()
1136 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_setfeature()
1246 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0); in tw_initialize_device_extension()
1390 TW_Command *command_packet; in tw_scsiop_inquiry()
1397 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_inquiry()
1488 TW_Command *command_packet; in tw_scsiop_mode_sense()
1504 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_mode_sense()
1587 TW_Command *command_packet; in tw_scsiop_read_capacity()
1594 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_capacity()
1686 TW_Command *command_packet; in tw_scsiop_read_write()
1704 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_write()
1798 TW_Command *command_packet; in tw_scsiop_synchronize_cache()
1804 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_synchronize_cache()
1835 TW_Command *command_packet; in tw_scsiop_test_unit_ready()
1842 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_test_unit_ready()
1996 TW_Command *command_packet; in DEF_SCSI_QCMD()
2076 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in DEF_SCSI_QCMD()