Home
last modified time | relevance | path

Searched refs:nvme_host_path_error (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dnvme.h796 blk_status_t nvme_host_path_error(struct request *req);
H A Dcore.c448 blk_status_t nvme_host_path_error(struct request *req) in nvme_host_path_error() function
455 EXPORT_SYMBOL_GPL(nvme_host_path_error);
692 return nvme_host_path_error(rq); in nvme_fail_nonready_command()
H A Drdma.c2047 ret = nvme_host_path_error(rq); in nvme_rdma_queue_rq()