Lines Matching refs:nvme_tcp_ctrl
141 struct nvme_tcp_ctrl;
165 struct nvme_tcp_ctrl *ctrl;
185 struct nvme_tcp_ctrl { struct
210 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl() argument
212 return container_of(ctrl, struct nvme_tcp_ctrl, ctrl); in to_tcp_ctrl()
547 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_init_request()
571 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_hctx()
581 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_admin_hctx()
1423 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req()
1430 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req()
1448 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_queue()
1609 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_default_queue()
1618 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_read_queue()
1629 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_poll_queue()
1651 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_set_queue_io_cpu()
1695 struct nvme_tcp_ctrl *ctrl = queue->ctrl; in nvme_tcp_tls_done()
1775 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_alloc_queue()
1949 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_stop_queue()
1984 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_start_queue()
2388 struct nvme_tcp_ctrl *tcp_ctrl = container_of(to_delayed_work(work), in nvme_tcp_reconnect_ctrl_work()
2389 struct nvme_tcp_ctrl, connect_work); in nvme_tcp_reconnect_ctrl_work()
2414 struct nvme_tcp_ctrl *tcp_ctrl = container_of(work, in nvme_tcp_error_recovery_work()
2415 struct nvme_tcp_ctrl, err_work); in nvme_tcp_error_recovery_work()
2489 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl); in nvme_tcp_free_ctrl()
2537 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(arg); in nvme_tcp_submit_async_event()
2719 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_map_queues()
2806 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_existing_controller()
2820 static struct nvme_tcp_ctrl *nvme_tcp_alloc_ctrl(struct device *dev, in nvme_tcp_alloc_ctrl()
2823 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_alloc_ctrl()
2906 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_create_ctrl()
2988 struct nvme_tcp_ctrl *ctrl; in nvme_tcp_cleanup_module()