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.c103 struct nvme_tcp_ctrl;
127 struct nvme_tcp_ctrl *ctrl;
152 struct nvme_tcp_ctrl {
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()
546 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(set->driver_data); in nvme_tcp_exit_request()
572 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_request()
582 struct nvme_tcp_ctrl *ctrl = to_tcp_ctrl(data); in nvme_tcp_init_hctx()
1407 static void nvme_tcp_free_async_req(struct nvme_tcp_ctrl *ctrl) in nvme_tcp_io_work()
1414 static int nvme_tcp_alloc_async_req(struct nvme_tcp_ctrl *ctr
185 struct nvme_tcp_ctrl { global() struct
[all...]