Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D3w-xxxx.c358 static int tw_post_command_packet(TW_Device_Extension *tw_dev, int request_id) in tw_post_command_packet() function
982 tw_post_command_packet(tw_dev, request_id); in tw_chrdev_ioctl()
1435 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_inquiry()
1545 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_mode_sense()
1635 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_capacity()
1766 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_write()
1826 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_synchronize_cache()
1880 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_test_unit_ready()
2052 if (tw_post_command_packet(tw_dev, request_id)==0) { in DEF_SCSI_QCMD()