Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/nvme/target/
Dtcp.c248 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()
273 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()
746 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()
903 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()
1007 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()
1025 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()
/Linux-v5.10/drivers/nvme/host/
Dtcp.c351 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()
377 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()
625 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()