Home
last modified time | relevance | path

Searched refs:nvme_tcp_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/nvme/host/
H A Dtcp.c104 struct nvme_tcp_ctrl;
129 struct nvme_tcp_ctrl *ctrl;
157 struct nvme_tcp_ctrl { struct
214 static inline struct nvme_tcp_ctrl *to_tcp_ctrl(struct nvme_ctrl *ctrl) in to_tcp_ctrl()
216 return container_of(ctrl, struct nvme_tcp_ctrl, ctrl); in to_tcp_ctrl()
550 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()
1454 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_free_async_req()
1461 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_alloc_async_req()
[all …]