Lines Matching defs:hctx
165 struct blk_mq_hw_ctx *hctx = dd->queue->queue_hw_ctx[0];
167 return blk_mq_rq_to_pdu(blk_mq_tag_to_rq(hctx->tags, tag));
2059 struct blk_mq_hw_ctx *hctx)
2071 nents = blk_rq_map_sg(hctx->queue, rq, command->sg);
3423 static bool mtip_check_unal_depth(struct blk_mq_hw_ctx *hctx,
3426 struct driver_data *dd = hctx->queue->queuedata;
3447 static blk_status_t mtip_issue_reserved_cmd(struct blk_mq_hw_ctx *hctx,
3450 struct driver_data *dd = hctx->queue->queuedata;
3484 static blk_status_t mtip_queue_rq(struct blk_mq_hw_ctx *hctx,
3487 struct driver_data *dd = hctx->queue->queuedata;
3492 return mtip_issue_reserved_cmd(hctx, rq);
3494 if (unlikely(mtip_check_unal_depth(hctx, rq)))
3502 mtip_hw_submit_io(dd, rq, cmd, hctx);