Searched refs:mq_ops (Results 1 – 8 of 8) sorted by relevance
257 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()258 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()263 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()264 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()273 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()274 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()279 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()280 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
261 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local282 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()283 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
1220 rq->q->mq_ops->complete(rq); in blk_complete_reqs()1323 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()1626 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()1629 ret = req->q->mq_ops->timeout(req); in blk_mq_rq_timed_out()2120 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()2691 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()2825 q->mq_ops->queue_rqs(&plug->mq_list); in __blk_mq_flush_plug_list()2903 if (q->mq_ops->queue_rqs) { in blk_mq_flush_plug_list()4530 q->mq_ops = set->ops; in blk_mq_init_allocated_queue()4573 q->mq_ops = NULL; in blk_mq_init_allocated_queue()[all …]
1099 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()1100 return q->mq_ops->busy(q); in blk_lld_busy()
732 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout) in blk_mq_queue_attr_visible()
999 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()1000 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
468 const struct blk_mq_ops *mq_ops; member694 return q->mq_ops; in queue_is_mq()
2124 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()2125 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()