Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A D3w-xxxx.c357 static int tw_post_command_packet(TW_Device_Extension *tw_dev, int request_id) in tw_post_command_packet() function
985 tw_post_command_packet(tw_dev, request_id); in tw_chrdev_ioctl()
1446 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_inquiry()
1556 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_mode_sense()
1646 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_capacity()
1777 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_read_write()
1837 tw_post_command_packet(tw_dev, request_id); in tw_scsiop_synchronize_cache()
1891 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()