Home
last modified time | relevance | path

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

/Linux-v4.19/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
981 tw_post_command_packet(tw_dev, request_id); in tw_chrdev_ioctl()
1440 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_inquiry()
1550 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_mode_sense()
1640 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_capacity()
1771 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_write()
1831 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_synchronize_cache()
1885 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_test_unit_ready()
2057 if (tw_post_command_packet(tw_dev, request_id)==0) { in DEF_SCSI_QCMD()