Lines Matching refs:nvme_tcp_ctrl
140 struct nvme_tcp_ctrl;
164 struct nvme_tcp_ctrl *ctrl;
184 struct nvme_tcp_ctrl { struct
209 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl() argument
211 return container_of(ctrl, struct nvme_tcp_ctrl, ctrl); in to_tcp_ctrl()
552 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_init_request()
578 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_hctx()
588 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_admin_hctx()
1413 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req()
1420 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req()
1438 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_queue()
1596 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_default_queue()
1605 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_read_queue()
1616 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_poll_queue()
1638 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_set_queue_io_cpu()
1682 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_tls_done()
1767 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_alloc_queue()
1933 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_stop_queue_nowait()
1952 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_wait_queue()
1993 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_start_queue()
2449 struct nvme_tcp_ctrl *tcp_ctrl = container_of(to_delayed_work(work), in nvme_tcp_reconnect_ctrl_work()
2450 struct nvme_tcp_ctrl, connect_work); in nvme_tcp_reconnect_ctrl_work()
2475 struct nvme_tcp_ctrl *tcp_ctrl = container_of(work, in nvme_tcp_error_recovery_work()
2476 struct nvme_tcp_ctrl, err_work); in nvme_tcp_error_recovery_work()
2554 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_ctrl()
2602 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(arg); in nvme_tcp_submit_async_event()
2786 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_map_queues()
2874 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_existing_controller()
2888 static struct nvme_tcp_ctrl *nvme_tcp_alloc_ctrl(struct device *dev, in nvme_tcp_alloc_ctrl()
2891 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_alloc_ctrl()
2974 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_create_ctrl()
3056 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_cleanup_module()