Lines Matching full:nvme
3 * NVMe over Fabrics TCP protocol header.
10 #include <linux/nvme.h>
56 * struct nvme_tcp_hdr - nvme tcp pdu common header
73 * struct nvme_tcp_icreq_pdu - nvme tcp initialize connection request pdu
91 * struct nvme_tcp_icresp_pdu - nvme tcp initialize connection response pdu
109 * struct nvme_tcp_term_pdu - nvme tcp terminate connection pdu
123 * struct nvme_tcp_cmd_pdu - nvme tcp command capsule pdu
126 * @cmd: nvme command
134 * struct nvme_tcp_rsp_pdu - nvme tcp response capsule pdu
137 * @hdr: nvme-tcp generic header
138 * @cqe: nvme completion queue entry
146 * struct nvme_tcp_r2t_pdu - nvme tcp ready-to-transfer pdu
149 * @command_id: nvme command identifier which this relates to
164 * struct nvme_tcp_data_pdu - nvme tcp data pdu
167 * @command_id: nvme command identifier which this relates to