Searched refs:nvme_req_op (Results 1 – 3 of 3) sorted by relevance
323 rq = blk_mq_alloc_request(q, nvme_req_op(req->cmd), 0); in nvmet_passthru_execute_cmd()
831 static inline enum req_op nvme_req_op(struct nvme_command *cmd) in nvme_req_op() function
107 req = blk_mq_alloc_request(q, nvme_req_op(cmd) | rq_flags, blk_flags); in nvme_alloc_user_request()