Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnvme-tcp.h64 struct nvme_tcp_hdr { struct
82 struct nvme_tcp_hdr hdr; argument
100 struct nvme_tcp_hdr hdr;
116 struct nvme_tcp_hdr hdr;
130 struct nvme_tcp_hdr hdr;
142 struct nvme_tcp_hdr hdr;
156 struct nvme_tcp_hdr hdr;
174 struct nvme_tcp_hdr hdr;
/Linux-v6.6/include/linux/qed/
Dqed_nvmetcp_if.h12 #define QED_NVMETCP_CMN_HDR_SIZE (sizeof(struct nvme_tcp_hdr))
/Linux-v6.6/drivers/nvme/target/
Dtcp.c286 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()
311 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()
823 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()
990 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()
1101 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()
1119 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()
/Linux-v6.6/drivers/nvme/host/
Dtcp.c422 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()
448 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()
713 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()
2630 BUILD_BUG_ON(sizeof(struct nvme_tcp_hdr) != 8); in nvme_tcp_init_module()