Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
D3w-9xxx.c146 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
516 twa_post_command_packet(tw_dev, request_id, 1); in twa_aen_sync_time()
714 twa_post_command_packet(tw_dev, request_id, 1); in twa_chrdev_ioctl()
1083 twa_post_command_packet(tw_dev, request_id, 1); in twa_get_param()
1147 twa_post_command_packet(tw_dev, request_id, 1); in twa_initconnection()
1279 if (twa_post_command_packet(tw_dev, request_id, 1)==0) { in twa_interrupt()
1511 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal) in twa_post_command_packet() function
1908 retval = twa_post_command_packet(tw_dev, request_id, 0); in DEF_SCSI_QCMD()
1910 twa_post_command_packet(tw_dev, request_id, 1); in DEF_SCSI_QCMD()