Searched refs:nvme_req (Results 1 – 4 of 4) sorted by relevance
63 __entry->ctrl_id = nvme_req(req)->ctrl->instance;99 __entry->ctrl_id = nvme_req(req)->ctrl->instance;101 __entry->cid = nvme_req(req)->cmd->common.command_id;102 __entry->result = le64_to_cpu(nvme_req(req)->result.u64);103 __entry->retries = nvme_req(req)->retries;104 __entry->flags = nvme_req(req)->flags;105 __entry->status = nvme_req(req)->status;152 __entry->ctrl_id = nvme_req(req)->ctrl->instance;
72 fault_inject = &nvme_req(req)->ctrl->fault_inject; in nvme_should_fail()80 nvme_req(req)->status = status; in nvme_should_fail()
266 static inline struct nvme_request *nvme_req(struct request *req) in nvme_req() function657 return nvme_cid_install_genctr(nvme_req(rq)->genctr) | rq->tag; in nvme_cid()673 if (unlikely(nvme_genctr_mask(nvme_req(rq)->genctr) != genctr)) { in nvme_find_rq()674 dev_err(nvme_req(rq)->ctrl->device, in nvme_find_rq()676 tag, genctr, nvme_genctr_mask(nvme_req(rq)->genctr)); in nvme_find_rq()798 struct nvme_request *rq = nvme_req(req); in nvme_try_complete_req()
218 struct nvme_ctrl *ctrl = nvme_req(rq)->ctrl; in nvmet_passthru_execute_cmd_work()241 req->cqe->result = nvme_req(rq)->result; in nvmet_passthru_execute_cmd_work()255 req->cqe->result = nvme_req(rq)->result; in nvmet_passthru_req_done()256 nvmet_req_complete(req, nvme_req(rq)->status); in nvmet_passthru_req_done()