Lines Matching refs:nvme_rdma_ctrl

89 	struct nvme_rdma_ctrl	*ctrl;
102 struct nvme_rdma_ctrl { struct
129 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl() argument
131 return container_of(ctrl, struct nvme_rdma_ctrl, ctrl); in to_rdma_ctrl()
299 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_init_request()
323 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_hctx()
335 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_admin_hctx()
574 static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_alloc_queue()
656 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
664 static void nvme_rdma_stop_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_stop_io_queues()
672 static int nvme_rdma_start_queue(struct nvme_rdma_ctrl *ctrl, int idx) in nvme_rdma_start_queue()
694 static int nvme_rdma_start_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_start_io_queues()
712 static int nvme_rdma_alloc_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_alloc_io_queues()
785 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl); in nvme_rdma_alloc_tagset()
828 static void nvme_rdma_destroy_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_destroy_admin_queue()
845 static int nvme_rdma_configure_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_configure_admin_queue()
941 static void nvme_rdma_destroy_io_queues(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_destroy_io_queues()
951 static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new) in nvme_rdma_configure_io_queues()
1009 static void nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_teardown_admin_queue()
1025 static void nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_teardown_io_queues()
1046 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl); in nvme_rdma_free_ctrl()
1061 static void nvme_rdma_reconnect_or_remove(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_reconnect_or_remove()
1080 static int nvme_rdma_setup_ctrl(struct nvme_rdma_ctrl *ctrl, bool new) in nvme_rdma_setup_ctrl()
1150 struct nvme_rdma_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_rdma_reconnect_ctrl_work()
1151 struct nvme_rdma_ctrl, reconnect_work); in nvme_rdma_reconnect_ctrl_work()
1173 struct nvme_rdma_ctrl *ctrl = container_of(work, in nvme_rdma_error_recovery_work()
1174 struct nvme_rdma_ctrl, err_work); in nvme_rdma_error_recovery_work()
1192 static void nvme_rdma_error_recovery(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_error_recovery()
1215 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_wr_error()
1685 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(arg); in nvme_rdma_submit_async_event()
1864 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_route_resolved()
1989 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_timeout()
2154 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_map_queues()
2219 static void nvme_rdma_shutdown_ctrl(struct nvme_rdma_ctrl *ctrl, bool shutdown) in nvme_rdma_shutdown_ctrl()
2240 struct nvme_rdma_ctrl *ctrl = in nvme_rdma_reset_ctrl_work()
2241 container_of(work, struct nvme_rdma_ctrl, ctrl.reset_work); in nvme_rdma_reset_ctrl_work()
2290 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_existing_controller()
2307 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_create_ctrl()
2413 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_remove_one()
2467 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_cleanup_module()