Lines Matching full:nvme
3 * NVMe over Fabrics TCP protocol header.
10 #include <linux/nvme.h>
64 * struct nvme_tcp_hdr - nvme tcp pdu common header
81 * struct nvme_tcp_icreq_pdu - nvme tcp initialize connection request pdu
99 * struct nvme_tcp_icresp_pdu - nvme tcp initialize connection response pdu
117 * struct nvme_tcp_term_pdu - nvme tcp terminate connection pdu
132 * struct nvme_tcp_cmd_pdu - nvme tcp command capsule pdu
135 * @cmd: nvme command
143 * struct nvme_tcp_rsp_pdu - nvme tcp response capsule pdu
146 * @hdr: nvme-tcp generic header
147 * @cqe: nvme completion queue entry
155 * struct nvme_tcp_r2t_pdu - nvme tcp ready-to-transfer pdu
158 * @command_id: nvme command identifier which this relates to
173 * struct nvme_tcp_data_pdu - nvme tcp data pdu
176 * @command_id: nvme command identifier which this relates to