Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnvme-tcp.h63 struct nvme_tcp_hdr { struct
81 struct nvme_tcp_hdr hdr; argument
99 struct nvme_tcp_hdr hdr;
115 struct nvme_tcp_hdr hdr;
128 struct nvme_tcp_hdr hdr;
140 struct nvme_tcp_hdr hdr;
154 struct nvme_tcp_hdr hdr;
172 struct nvme_tcp_hdr hdr;
/Linux-v5.15/include/linux/qed/
Dqed_nvmetcp_if.h12 #define QED_NVMETCP_CMN_HDR_SIZE (sizeof(struct nvme_tcp_hdr))
/Linux-v5.15/drivers/nvme/target/
Dtcp.c260 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()
285 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()
801 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()
958 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()
1062 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()
1080 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()
/Linux-v5.15/drivers/nvme/host/
Dtcp.c370 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()
396 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()
659 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()