Searched refs:nvme_check_ready (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/drivers/nvme/target/ |
| D | loop.c | 141 if (!nvme_check_ready(&queue->ctrl->ctrl, req, queue_ready)) in nvme_loop_queue_rq()
|
| /Linux-v6.1/drivers/nvme/host/ |
| D | nvme.h | 783 static inline bool nvme_check_ready(struct nvme_ctrl *ctrl, struct request *rq, in nvme_check_ready() function
|
| D | apple.c | 753 if (!nvme_check_ready(&anv->ctrl, req, true)) in apple_nvme_queue_rq()
|
| D | pci.c | 945 if (unlikely(!nvme_check_ready(&dev->ctrl, req, true))) in nvme_queue_rq() 979 if (unlikely(!nvme_check_ready(&nvmeq->dev->ctrl, req, true))) in nvme_prep_rq_batch()
|
| D | rdma.c | 2024 if (!nvme_check_ready(&queue->ctrl->ctrl, rq, queue_ready)) in nvme_rdma_queue_rq()
|
| D | tcp.c | 2410 if (!nvme_check_ready(&queue->ctrl->ctrl, rq, queue_ready)) in nvme_tcp_queue_rq()
|
| D | fc.c | 2790 !nvme_check_ready(&queue->ctrl->ctrl, rq, queue_ready)) in nvme_fc_queue_rq()
|