Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
D3w-9xxx.c143 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
511 twa_post_command_packet(tw_dev, request_id, 1); in twa_aen_sync_time()
712 twa_post_command_packet(tw_dev, request_id, 1); in twa_chrdev_ioctl()
1082 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()
1511 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal) in twa_post_command_packet() function
1904 retval = twa_post_command_packet(tw_dev, request_id, 0); in DEF_SCSI_QCMD()
1906 twa_post_command_packet(tw_dev, request_id, 1); in DEF_SCSI_QCMD()