Lines Matching defs:queue
78 Clear attention interrupt before draining aen queue.
79 1.02.00.005 - Allocate bounce buffers and custom queue depth for raid5 for
139 Add handling/clearing of controller queue error.
140 Empty stale responses before draining aen queue.
171 1.02.00.033 - Fix tw_aen_complete() to not queue 'queue empty' AEN's.
540 /* This function will read the aen queue from the isr */
624 printk(KERN_WARNING "3w-xxxx: scsi%d: AEN: INFO: AEN queue overflow.\n", tw_dev->host->host_no);
641 /* Now queue the code */
670 /* This function will drain the aen queue after a soft reset */
683 int queue = 0;
694 /* Empty response queue */
734 /* Now drain the controller's aen queue */
764 queue = 0;
780 queue = 1;
785 printk(KERN_WARNING "3w-xxxx: AEN: INFO: AEN queue overflow.\n");
798 queue = 1;
802 if (queue == 1) {
1922 /* This is the main scsi queue function to handle scsi opcodes */
2048 printk(KERN_WARNING "3w-xxxx: scsi%d: Error reading aen queue.\n", tw_dev->host->host_no);
2082 /* Drain the response queue from the board */
2084 /* Read response queue register */
2108 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): Response queue request id: %d.\n", request_id);