Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Drdma.c87 struct nvme_rdma_ctrl *ctrl;
98 struct nvme_rdma_ctrl { struct
124 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl() argument
126 return container_of(ctrl, struct nvme_rdma_ctrl, ctrl); in to_rdma_ctrl()
269 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_exit_request()
283 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_init_request()
305 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_hctx()
317 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_admin_hctx()
498 static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_alloc_queue()
572 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
[all …]