Lines Matching defs:queue
222 /* This function will queue an event */
373 /* This function will read the aen queue from the isr */
399 TW_PRINTK(tw_dev->host, TW_DRIVER, 0x2, "Post failed while reading AEN queue");
482 /* Keep reading the queue in case there are more aen's */
493 /* Quit reading the queue if this is the last one */
502 /* If there are more aen's, keep reading the queue */
554 /* This function will drain the aen queue */
564 int first_reset = 0, queue = 0, retval = 1;
596 TW_PRINTK(tw_dev->host, TW_DRIVER, 0x4, "No valid response while draining AEN queue");
604 queue = 0;
618 queue = 1;
623 queue = 1;
626 /* Now queue an event info */
627 if (queue)
1320 /* Drain the AEN queue */
1454 /* This is the main scsi queue function to handle scsi opcodes */