Searched refs:nvme_tcp_hdr (Results 1 – 4 of 4) sorted by relevance
72 struct nvme_tcp_hdr { struct90 struct nvme_tcp_hdr hdr; argument108 struct nvme_tcp_hdr hdr;124 struct nvme_tcp_hdr hdr;138 struct nvme_tcp_hdr hdr;150 struct nvme_tcp_hdr hdr;164 struct nvme_tcp_hdr hdr;182 struct nvme_tcp_hdr hdr;
311 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()336 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()855 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()1039 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()1185 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()1213 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()1751 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_peek_pdu()1755 .iov_len = sizeof(struct nvme_tcp_hdr), in nvmet_tcp_try_peek_pdu()1779 if (len < sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_peek_pdu()
12 #define QED_NVMETCP_CMN_HDR_SIZE (sizeof(struct nvme_tcp_hdr))
491 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()517 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()816 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()2963 BUILD_BUG_ON(sizeof(struct nvme_tcp_hdr) != 8); in nvme_tcp_init_module()