Lines Matching refs:nvme_tcp_ctrl

115 struct nvme_tcp_ctrl;
139 struct nvme_tcp_ctrl *ctrl;
157 struct nvme_tcp_ctrl { struct
182 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl() argument
184 return container_of(ctrl, struct nvme_tcp_ctrl, ctrl); in to_tcp_ctrl()
478 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_init_request()
502 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_hctx()
512 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_admin_hctx()
1298 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req()
1305 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req()
1324 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_queue()
1463 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_default_queue()
1472 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_read_queue()
1483 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_poll_queue()
1496 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_set_queue_io_cpu()
1512 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_alloc_queue()
1672 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_stop_queue()
1702 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_start_queue()
2091 struct nvme_tcp_ctrl *tcp_ctrl = container_of(to_delayed_work(work), in nvme_tcp_reconnect_ctrl_work()
2092 struct nvme_tcp_ctrl, connect_work); in nvme_tcp_reconnect_ctrl_work()
2115 struct nvme_tcp_ctrl *tcp_ctrl = container_of(work, in nvme_tcp_error_recovery_work()
2116 struct nvme_tcp_ctrl, err_work); in nvme_tcp_error_recovery_work()
2188 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_ctrl()
2236 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(arg); in nvme_tcp_submit_async_event()
2418 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_map_queues()
2502 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_existing_controller()
2519 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_create_ctrl()
2657 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_cleanup_module()