Home
last modified time | relevance | path

Searched refs:nvme_tcp_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dnvme-tcp.h70 struct nvme_tcp_hdr { struct
88 struct nvme_tcp_hdr hdr; argument
106 struct nvme_tcp_hdr hdr;
122 struct nvme_tcp_hdr hdr;
136 struct nvme_tcp_hdr hdr;
148 struct nvme_tcp_hdr hdr;
162 struct nvme_tcp_hdr hdr;
180 struct nvme_tcp_hdr hdr;
/linux-6.12.1/drivers/nvme/target/
Dtcp.c311 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()
336 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()
849 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()
1032 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()
1178 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()
1206 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()
1744 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_peek_pdu()
1748 .iov_len = sizeof(struct nvme_tcp_hdr), in nvmet_tcp_try_peek_pdu()
1772 if (len < sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_peek_pdu()
/linux-6.12.1/include/linux/qed/
Dqed_nvmetcp_if.h12 #define QED_NVMETCP_CMN_HDR_SIZE (sizeof(struct nvme_tcp_hdr))
/linux-6.12.1/drivers/nvme/host/
Dtcp.c475 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()
501 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()
766 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()
2860 BUILD_BUG_ON(sizeof(struct nvme_tcp_hdr) != 8); in nvme_tcp_init_module()