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()
545 TW_Command *command_packet; in tw_aen_read_queue()
563 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_read_queue()
675 TW_Command *command_packet; in tw_aen_drain_queue()
704 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_drain_queue()
982 …ev->command_packet_virtual_address[request_id], &(tw_ioctl->firmware_command), sizeof(TW_Command)); in tw_chrdev_ioctl()
1005 …_ioctl->firmware_command), tw_dev->command_packet_virtual_address[request_id], sizeof(TW_Command)); in tw_chrdev_ioctl()
1068 sizeof(TW_Command) * TW_Q_LENGTH, in tw_free_device_extension()
1083 TW_Command *command_packet; in tw_initconnection()
1095 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_initconnection()
1138 TW_Command *command_packet; in tw_setfeature()
1149 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_setfeature()
1259 error = tw_allocate_memory(tw_dev, sizeof(TW_Command), 0); in tw_initialize_device_extension()
1401 TW_Command *command_packet; in tw_scsiop_inquiry()
1408 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_inquiry()
1499 TW_Command *command_packet; in tw_scsiop_mode_sense()
1515 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_mode_sense()
1598 TW_Command *command_packet; in tw_scsiop_read_capacity()
1605 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_capacity()
1697 TW_Command *command_packet; in tw_scsiop_read_write()
1715 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_read_write()
1809 TW_Command *command_packet; in tw_scsiop_synchronize_cache()
1815 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_synchronize_cache()
1846 TW_Command *command_packet; in tw_scsiop_test_unit_ready()
1853 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_scsiop_test_unit_ready()
2004 TW_Command *command_packet; in DEF_SCSI_QCMD()
2084 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in DEF_SCSI_QCMD()