Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D3w-9xxx.c143 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
510 twa_post_command_packet(tw_dev, request_id, 1); in twa_aen_sync_time()
707 twa_post_command_packet(tw_dev, request_id, 1); in twa_chrdev_ioctl()
1081 twa_post_command_packet(tw_dev, request_id, 1); in twa_get_param()
1145 twa_post_command_packet(tw_dev, request_id, 1); in twa_initconnection()
1277 if (twa_post_command_packet(tw_dev, request_id, 1)==0) { in twa_interrupt()
1509 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal) in twa_post_command_packet() function
1906 retval = twa_post_command_packet(tw_dev, request_id, 0); in DEF_SCSI_QCMD()
1908 twa_post_command_packet(tw_dev, request_id, 1); in DEF_SCSI_QCMD()