Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
D3w-9xxx.c146 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal);
519 twa_post_command_packet(tw_dev, request_id, 1); in twa_aen_sync_time()
716 twa_post_command_packet(tw_dev, request_id, 1); in twa_chrdev_ioctl()
1085 twa_post_command_packet(tw_dev, request_id, 1); in twa_get_param()
1149 twa_post_command_packet(tw_dev, request_id, 1); in twa_initconnection()
1281 if (twa_post_command_packet(tw_dev, request_id, 1)==0) { in twa_interrupt()
1532 static int twa_post_command_packet(TW_Device_Extension *tw_dev, int request_id, char internal) in twa_post_command_packet() function
1926 retval = twa_post_command_packet(tw_dev, request_id, 0); in DEF_SCSI_QCMD()
1928 twa_post_command_packet(tw_dev, request_id, 1); in DEF_SCSI_QCMD()