Symbol: nvme_rdma_ctrl
drivers/nvme/host/rdma.c
1006
static int nvme_rdma_setup_ctrl(struct nvme_rdma_ctrl *ctrl, bool new)
drivers/nvme/host/rdma.c
1100
struct nvme_rdma_ctrl *ctrl = container_of(to_delayed_work(work),
drivers/nvme/host/rdma.c
1101
struct nvme_rdma_ctrl, reconnect_work);
drivers/nvme/host/rdma.c
1125
struct nvme_rdma_ctrl *ctrl = container_of(work,
drivers/nvme/host/rdma.c
1126
struct nvme_rdma_ctrl, err_work);
drivers/nvme/host/rdma.c
1148
static void nvme_rdma_error_recovery(struct nvme_rdma_ctrl *ctrl)
drivers/nvme/host/rdma.c
1171
struct nvme_rdma_ctrl *ctrl = queue->ctrl;
drivers/nvme/host/rdma.c
130
static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl)
drivers/nvme/host/rdma.c
132
return container_of(ctrl, struct nvme_rdma_ctrl, ctrl);
drivers/nvme/host/rdma.c
1665
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(arg);
drivers/nvme/host/rdma.c
1840
struct nvme_rdma_ctrl *ctrl = queue->ctrl;
drivers/nvme/host/rdma.c
1957
struct nvme_rdma_ctrl *ctrl = queue->ctrl;
drivers/nvme/host/rdma.c
2128
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(set->driver_data);
drivers/nvme/host/rdma.c
2153
static void nvme_rdma_shutdown_ctrl(struct nvme_rdma_ctrl *ctrl, bool shutdown)
drivers/nvme/host/rdma.c
2168
struct nvme_rdma_ctrl *ctrl =
drivers/nvme/host/rdma.c
2169
container_of(work, struct nvme_rdma_ctrl, ctrl.reset_work);
drivers/nvme/host/rdma.c
2223
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
2237
static struct nvme_rdma_ctrl *nvme_rdma_alloc_ctrl(struct device *dev,
drivers/nvme/host/rdma.c
2240
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
2314
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
2364
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
2418
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
297
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(set->driver_data);
drivers/nvme/host/rdma.c
322
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(data);
drivers/nvme/host/rdma.c
334
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(data);
drivers/nvme/host/rdma.c
569
static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl,
drivers/nvme/host/rdma.c
660
static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl)
drivers/nvme/host/rdma.c
668
static void nvme_rdma_stop_io_queues(struct nvme_rdma_ctrl *ctrl)
drivers/nvme/host/rdma.c
676
static int nvme_rdma_start_queue(struct nvme_rdma_ctrl *ctrl, int idx)
drivers/nvme/host/rdma.c
697
static int nvme_rdma_start_io_queues(struct nvme_rdma_ctrl *ctrl,
drivers/nvme/host/rdma.c
716
static int nvme_rdma_alloc_io_queues(struct nvme_rdma_ctrl *ctrl)
drivers/nvme/host/rdma.c
769
static void nvme_rdma_destroy_admin_queue(struct nvme_rdma_ctrl *ctrl)
drivers/nvme/host/rdma.c
780
static int nvme_rdma_configure_admin_queue(struct nvme_rdma_ctrl *ctrl,
drivers/nvme/host/rdma.c
864
static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new)
drivers/nvme/host/rdma.c
89
struct nvme_rdma_ctrl *ctrl;
drivers/nvme/host/rdma.c
930
static void nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl,
drivers/nvme/host/rdma.c
944
static void nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl,
drivers/nvme/host/rdma.c
962
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl);
drivers/nvme/host/rdma.c
970
struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl);
drivers/nvme/host/rdma.c
985
static void nvme_rdma_reconnect_or_remove(struct nvme_rdma_ctrl *ctrl,