Lines Matching refs:nvme_tcp_ctrl

111 struct nvme_tcp_ctrl;
135 struct nvme_tcp_ctrl *ctrl;
153 struct nvme_tcp_ctrl { struct
178 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl() argument
180 return container_of(ctrl, struct nvme_tcp_ctrl, ctrl); in to_tcp_ctrl()
460 struct nvme_tcp_ctrl *ctrl = set->driver_data; in nvme_tcp_init_request()
481 struct nvme_tcp_ctrl *ctrl = data; in nvme_tcp_init_hctx()
491 struct nvme_tcp_ctrl *ctrl = data; in nvme_tcp_init_admin_hctx()
1239 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req()
1246 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req()
1264 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_queue()
1383 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_default_queue()
1392 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_read_queue()
1403 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_poll_queue()
1416 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_set_queue_io_cpu()
1433 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_alloc_queue()
1593 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_stop_queue()
1604 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_start_queue()
1626 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_alloc_tagset()
1762 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_set_io_queues()
2087 struct nvme_tcp_ctrl *tcp_ctrl = container_of(to_delayed_work(work), in nvme_tcp_reconnect_ctrl_work()
2088 struct nvme_tcp_ctrl, connect_work); in nvme_tcp_reconnect_ctrl_work()
2111 struct nvme_tcp_ctrl *tcp_ctrl = container_of(work, in nvme_tcp_error_recovery_work()
2112 struct nvme_tcp_ctrl, err_work); in nvme_tcp_error_recovery_work()
2182 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_ctrl()
2230 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(arg); in nvme_tcp_submit_async_event()
2411 struct nvme_tcp_ctrl *ctrl = set->driver_data; in nvme_tcp_map_queues()
2508 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_existing_controller()
2525 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_create_ctrl()
2645 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_cleanup_module()