Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme-tcp.h80 struct nvme_tcp_icreq_pdu { struct
181 struct nvme_tcp_icreq_pdu icreq;
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dtcp.c837 struct nvme_tcp_icreq_pdu *icreq = &queue->pdu.icreq; in nvmet_tcp_handle_icreq()
843 if (le32_to_cpu(icreq->hdr.plen) != sizeof(struct nvme_tcp_icreq_pdu)) { in nvmet_tcp_handle_icreq()
1033 [nvme_tcp_icreq] = sizeof(struct nvme_tcp_icreq_pdu),
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dtcp.c1280 struct nvme_tcp_icreq_pdu *icreq; in nvme_tcp_init_connection()