nvme_tcp_h2c_data_hdr
struct nvme_tcp_h2c_data_hdr *h2c;
offsetof(struct nvme_tcp_h2c_data_hdr, ttag), pdu->hdr,
offsetof(struct nvme_tcp_h2c_data_hdr, datal), pdu->hdr,
struct nvme_tcp_h2c_data_hdr h2c;
const struct nvme_tcp_h2c_data_hdr *h2c;
offsetof(struct nvme_tcp_h2c_data_hdr, ttag),
offsetof(struct nvme_tcp_h2c_data_hdr, ttag),
offsetof(struct nvme_tcp_h2c_data_hdr, ttag), pdu->m,
offsetof(struct nvme_tcp_h2c_data_hdr, datal), pdu->m,
struct nvme_tcp_h2c_data_hdr h2c;
sizeof(struct nvme_tcp_h2c_data_hdr),
max_tx_pdu_len = sizeof(struct nvme_tcp_h2c_data_hdr);
offsetof(struct nvme_tcp_h2c_data_hdr, ttag),
_Static_assert(sizeof(struct nvme_tcp_h2c_data_hdr) == 24, "Incorrect size");
_Static_assert(offsetof(struct nvme_tcp_h2c_data_hdr, cccid) == 8, "Incorrect offset");
_Static_assert(offsetof(struct nvme_tcp_h2c_data_hdr, ttag) == 10, "Incorrect offset");
_Static_assert(offsetof(struct nvme_tcp_h2c_data_hdr, datao) == 12, "Incorrect offset");
_Static_assert(offsetof(struct nvme_tcp_h2c_data_hdr, datal) == 16, "Incorrect offset");
const struct nvme_tcp_h2c_data_hdr *h2c;
offsetof(struct nvme_tcp_h2c_data_hdr, ttag), pdu->m,
offsetof(struct nvme_tcp_h2c_data_hdr, ttag), pdu->m,
offsetof(struct nvme_tcp_h2c_data_hdr, datal), pdu->m,
struct nvme_tcp_h2c_data_hdr h2c;
expected_hlen = sizeof(struct nvme_tcp_h2c_data_hdr);