Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c111 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()
[all …]