Lines Matching refs:mq_ops
579 q->mq_ops->complete(rq); in __blk_mq_complete_request_remote()
610 q->mq_ops->complete(rq); in __blk_mq_complete_request()
624 q->mq_ops->complete(rq); in __blk_mq_complete_request()
857 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
860 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()
1273 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
1312 if (q->mq_ops->commit_rqs) in blk_mq_dispatch_rq_list()
1313 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()
1809 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
1929 if (!list_empty(list) && hctx->queue->mq_ops->commit_rqs) in blk_mq_try_issue_list_directly()
1930 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_try_issue_list_directly()
1995 } else if (plug && (q->nr_hw_queues == 1 || q->mq_ops->commit_rqs || in blk_mq_make_request()
2865 q->mq_ops = set->ops; in blk_mq_init_allocated_queue()
2938 q->mq_ops = NULL; in blk_mq_init_allocated_queue()
3518 ret = q->mq_ops->poll(hctx); in blk_poll()