Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D3w-9xxx.c143 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
513 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()
1084 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()
1513 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()