Searched refs:nvme_tcp_icreq (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnvme-tcp.h43 nvme_tcp_icreq = 0x0, enumerator in enum:nvme_tcp_pdu_type
/linux-master/drivers/nvme/target/
H A Dtcp.c1037 if (hdr->type != nvme_tcp_icreq) {
1046 if (unlikely(hdr->type == nvme_tcp_icreq)) {
1113 [nvme_tcp_icreq] = sizeof(struct nvme_tcp_icreq_pdu),
1130 case nvme_tcp_icreq:
1783 if (hdr->type == nvme_tcp_icreq &&
/linux-master/drivers/nvme/host/
H A Dtcp.c1400 icreq->hdr.type = nvme_tcp_icreq;

Completed in 139 milliseconds