Lines Matching defs:queue
217 struct request_queue *queue;
455 /* In case of starting, we haven't started the queue,
631 n_sg = blk_rq_map_sg(skdev->queue, req, sgl);
711 blk_mq_start_hw_queues(skdev->queue);
789 /*start the queue so we can respond with error to requests */
843 /*start the queue so we can respond with error to requests */
1499 * Update the completion queue head index and possibly
2134 /*start the queue so we can respond with error to requests */
2135 dev_dbg(&skdev->pdev->dev, "starting queue\n");
2145 /*start the queue so we can respond with error to requests */
2147 "starting queue to error-out reqs\n");
2280 dev_dbg(&skdev->pdev->dev, "stopping queue\n");
2281 blk_mq_stop_hw_queues(skdev->queue);
2313 * to come back online and restart the queue.
2343 "**** device ONLINE...starting block queue\n");
2344 dev_dbg(&skdev->pdev->dev, "starting queue\n");
2504 /* Enable MSI-X vectors for the base queue */
2858 skdev->queue = q;
2859 disk->queue = q;
2874 dev_dbg(&skdev->pdev->dev, "stopping queue\n");
2875 blk_mq_stop_hw_queues(skdev->queue);
3043 if (skdev->queue) {
3044 blk_cleanup_queue(skdev->queue);
3045 skdev->queue = NULL;
3047 disk->queue = NULL;