Lines Matching refs:nvme_rdma_ctrl
89 struct nvme_rdma_ctrl *ctrl;
103 struct nvme_rdma_ctrl { struct
130 static inline struct nvme_rdma_ctrl *to_rdma_ctrl(struct nvme_ctrl *ctrl) in to_rdma_ctrl() argument
132 return container_of(ctrl, struct nvme_rdma_ctrl, ctrl); in to_rdma_ctrl()
300 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_init_request()
324 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_hctx()
336 struct nvme_rdma_ctrl *ctrl = data; in nvme_rdma_init_admin_hctx()
575 static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_alloc_queue()
663 static void nvme_rdma_free_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_free_io_queues()
671 static void nvme_rdma_stop_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_stop_io_queues()
679 static int nvme_rdma_start_queue(struct nvme_rdma_ctrl *ctrl, int idx) in nvme_rdma_start_queue()
701 static int nvme_rdma_start_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_start_io_queues()
719 static int nvme_rdma_alloc_io_queues(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_alloc_io_queues()
795 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl); in nvme_rdma_alloc_tagset()
838 static void nvme_rdma_destroy_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_destroy_admin_queue()
855 static int nvme_rdma_configure_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_configure_admin_queue()
955 static void nvme_rdma_destroy_io_queues(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_destroy_io_queues()
965 static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new) in nvme_rdma_configure_io_queues()
1025 static void nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_teardown_admin_queue()
1041 static void nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl, in nvme_rdma_teardown_io_queues()
1062 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl); in nvme_rdma_stop_ctrl()
1070 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(nctrl); in nvme_rdma_free_ctrl()
1085 static void nvme_rdma_reconnect_or_remove(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_reconnect_or_remove()
1104 static int nvme_rdma_setup_ctrl(struct nvme_rdma_ctrl *ctrl, bool new) in nvme_rdma_setup_ctrl()
1184 struct nvme_rdma_ctrl *ctrl = container_of(to_delayed_work(work), in nvme_rdma_reconnect_ctrl_work()
1185 struct nvme_rdma_ctrl, reconnect_work); in nvme_rdma_reconnect_ctrl_work()
1207 struct nvme_rdma_ctrl *ctrl = container_of(work, in nvme_rdma_error_recovery_work()
1208 struct nvme_rdma_ctrl, err_work); in nvme_rdma_error_recovery_work()
1227 static void nvme_rdma_error_recovery(struct nvme_rdma_ctrl *ctrl) in nvme_rdma_error_recovery()
1250 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_wr_error()
1721 struct nvme_rdma_ctrl *ctrl = to_rdma_ctrl(arg); in nvme_rdma_submit_async_event()
1896 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_route_resolved()
2015 struct nvme_rdma_ctrl *ctrl = queue->ctrl; in nvme_rdma_timeout()
2180 struct nvme_rdma_ctrl *ctrl = set->driver_data; in nvme_rdma_map_queues()
2245 static void nvme_rdma_shutdown_ctrl(struct nvme_rdma_ctrl *ctrl, bool shutdown) in nvme_rdma_shutdown_ctrl()
2263 struct nvme_rdma_ctrl *ctrl = in nvme_rdma_reset_ctrl_work()
2264 container_of(work, struct nvme_rdma_ctrl, ctrl.reset_work); in nvme_rdma_reset_ctrl_work()
2314 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_existing_controller()
2331 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_create_ctrl()
2437 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_remove_one()
2491 struct nvme_rdma_ctrl *ctrl; in nvme_rdma_cleanup_module()