Lines Matching defs:queue
220 /* This function will queue an event */
374 /* This function will read the aen queue from the isr */
400 TW_PRINTK(tw_dev->host, TW_DRIVER, 0x2, "Post failed while reading AEN queue");
483 /* Keep reading the queue in case there are more aen's */
494 /* Quit reading the queue if this is the last one */
503 /* If there are more aen's, keep reading the queue */
555 /* This function will drain the aen queue */
565 int first_reset = 0, queue = 0, retval = 1;
597 TW_PRINTK(tw_dev->host, TW_DRIVER, 0x4, "No valid response while draining AEN queue");
605 queue = 0;
619 queue = 1;
624 queue = 1;
627 /* Now queue an event info */
628 if (queue)
1322 /* Drain the AEN queue */
1459 /* This is the main scsi queue function to handle scsi opcodes */