Lines Matching full:nvme
3 * NVMe over Fabrics TCP protocol header.
10 #include <linux/nvme.h>
62 * struct nvme_tcp_hdr - nvme tcp pdu common header
79 * struct nvme_tcp_icreq_pdu - nvme tcp initialize connection request pdu
97 * struct nvme_tcp_icresp_pdu - nvme tcp initialize connection response pdu
115 * struct nvme_tcp_term_pdu - nvme tcp terminate connection pdu
130 * struct nvme_tcp_cmd_pdu - nvme tcp command capsule pdu
133 * @cmd: nvme command
141 * struct nvme_tcp_rsp_pdu - nvme tcp response capsule pdu
144 * @hdr: nvme-tcp generic header
145 * @cqe: nvme completion queue entry
153 * struct nvme_tcp_r2t_pdu - nvme tcp ready-to-transfer pdu
156 * @command_id: nvme command identifier which this relates to
171 * struct nvme_tcp_data_pdu - nvme tcp data pdu
174 * @command_id: nvme command identifier which this relates to