Common NVMe/TCP PDU header. More...
#include <nvmf_spec.h>
Data Fields | |
| uint8_t | pdu_type |
| PDU type (spdk_nvme_tcp_pdu_type) | |
| uint8_t | flags |
| pdu_type-specific flags | |
| uint8_t | hlen |
| Length of PDU header (not including the Header Digest) | |
| uint8_t | pdo |
| PDU Data Offset from the start of the PDU. | |
| uint32_t | plen |
| Total number of bytes in PDU, including pdu_hdr. | |
Common NVMe/TCP PDU header.