Home
last modified time | relevance | path

Searched refs:nvme_execute_rq (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/nvme/target/
Dpassthru.c224 status = nvme_execute_rq(rq, false); in nvmet_passthru_execute_cmd_work()
/Linux-v6.6/drivers/nvme/host/
Dnvme.h1086 int nvme_execute_rq(struct request *rq, bool at_head);
Dioctl.c249 ret = nvme_execute_rq(req, false); in nvme_submit_user_cmd()
Dcore.c1025 int nvme_execute_rq(struct request *rq, bool at_head) in nvme_execute_rq() function
1036 EXPORT_SYMBOL_NS_GPL(nvme_execute_rq, NVME_TARGET_PASSTHRU);
1065 ret = nvme_execute_rq(req, at_head); in __nvme_submit_sync_cmd()