Home
last modified time | relevance | path

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

/Linux-v5.15/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()
1444 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_inquiry()
1554 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_mode_sense()
1644 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_capacity()
1775 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_write()
1835 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_synchronize_cache()
1889 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_test_unit_ready()
2060 if (tw_post_command_packet(tw_dev, request_id)==0) { in DEF_SCSI_QCMD()