Home
last modified time | relevance | path

Searched refs:tw_post_command_packet (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/
D3w-xxxx.c357 static int tw_post_command_packet(TW_Device_Extension *tw_dev, int request_id) in tw_post_command_packet() function
983 tw_post_command_packet(tw_dev, request_id); in tw_chrdev_ioctl()
1448 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_inquiry()
1558 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_mode_sense()
1648 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_capacity()
1779 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_write()
1839 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_synchronize_cache()
1893 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_test_unit_ready()
2065 if (tw_post_command_packet(tw_dev, request_id)==0) { in DEF_SCSI_QCMD()