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.
542 /* This function will read the aen queue from the isr */
626 printk(KERN_WARNING "3w-xxxx: scsi%d: AEN: INFO: AEN queue overflow.\n", tw_dev->host->host_no);
643 /* Now queue the code */
672 /* This function will drain the aen queue after a soft reset */
685 int queue = 0;
696 /* Empty response queue */
736 /* Now drain the controller's aen queue */
766 queue = 0;
782 queue = 1;
787 printk(KERN_WARNING "3w-xxxx: AEN: INFO: AEN queue overflow.\n");
800 queue = 1;
804 if (queue == 1) {
1922 /* This is the main scsi queue function to handle scsi opcodes */
2045 printk(KERN_WARNING "3w-xxxx: scsi%d: Error reading aen queue.\n", tw_dev->host->host_no);
2079 /* Drain the response queue from the board */
2081 /* Read response queue register */
2105 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): Response queue request id: %d.\n", request_id);