Symbol: to_tcp_ctrl
drivers/nvme/host/tcp.c
1439
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
1768
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
1934
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
1953
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
1994
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
2021
if (to_tcp_ctrl(ctrl)->async_req.pdu) {
drivers/nvme/host/tcp.c
2023
nvme_tcp_free_async_req(to_tcp_ctrl(ctrl));
drivers/nvme/host/tcp.c
2024
to_tcp_ctrl(ctrl)->async_req.pdu = NULL;
drivers/nvme/host/tcp.c
2090
ret = nvme_tcp_alloc_async_req(to_tcp_ctrl(ctrl));
drivers/nvme/host/tcp.c
2163
to_tcp_ctrl(ctrl)->io_queues);
drivers/nvme/host/tcp.c
2176
ret = nvme_alloc_io_tag_set(ctrl, &to_tcp_ctrl(ctrl)->tag_set,
drivers/nvme/host/tcp.c
2246
&to_tcp_ctrl(ctrl)->admin_tag_set,
drivers/nvme/host/tcp.c
2335
queue_delayed_work(nvme_wq, &to_tcp_ctrl(ctrl)->connect_work,
drivers/nvme/host/tcp.c
2549
flush_work(&to_tcp_ctrl(ctrl)->err_work);
drivers/nvme/host/tcp.c
2550
cancel_delayed_work_sync(&to_tcp_ctrl(ctrl)->connect_work);
drivers/nvme/host/tcp.c
2555
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(nctrl);
drivers/nvme/host/tcp.c
2603
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(arg);
drivers/nvme/host/tcp.c
2787
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data);
drivers/nvme/host/tcp.c
2811
struct nvme_tcp_queue *queue = &to_tcp_ctrl(ctrl)->queues[0];
drivers/nvme/host/tcp.c
553
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data);
drivers/nvme/host/tcp.c
579
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data);
drivers/nvme/host/tcp.c
589
struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data);
drivers/nvme/host/tcp.c
619
queue_work(nvme_reset_wq, &to_tcp_ctrl(ctrl)->err_work);