Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/nvme/target/
Dtcp.c230 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_verify_hdgst()
255 struct nvme_tcp_hdr *hdr = pdu; in nvmet_tcp_check_ddgst()
711 queue->left = sizeof(struct nvme_tcp_hdr); in nvmet_prepare_receive_pdu()
867 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_done_recv_pdu()
971 struct nvme_tcp_hdr *hdr = &queue->pdu.cmd.hdr; in nvmet_tcp_try_recv_pdu()
989 if (queue->offset == sizeof(struct nvme_tcp_hdr)) { in nvmet_tcp_try_recv_pdu()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c309 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_verify_hdgst()
335 struct nvme_tcp_hdr *hdr = pdu; in nvme_tcp_check_ddgst()
581 struct nvme_tcp_hdr *hdr; in nvme_tcp_recv_pdu()