Searched refs:command_packet_virtual_address (Results 1 – 2 of 2) sorted by relevance
407 command = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_decode_sense()559 if (tw_dev->command_packet_virtual_address[request_id] == NULL) { in tw_aen_read_queue()563 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_read_queue()700 if (tw_dev->command_packet_virtual_address[request_id] == NULL) { in tw_aen_drain_queue()704 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_aen_drain_queue()1066 if (tw_dev->command_packet_virtual_address[0]) in tw_free_device_extension()1069 tw_dev->command_packet_virtual_address[0], in tw_free_device_extension()1090 if (tw_dev->command_packet_virtual_address[request_id] == NULL) { in tw_initconnection()1095 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id]; in tw_initconnection()1145 if (tw_dev->command_packet_virtual_address[request_id] == NULL) { in tw_setfeature()[all …]
406 unsigned long *command_packet_virtual_address[TW_Q_LENGTH]; member