Searched refs:nvme_tcp_icreq (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/nvme/target/
H A Dtcp.c1038 if (hdr->type != nvme_tcp_icreq) {
1047 if (unlikely(hdr->type == nvme_tcp_icreq)) {
1114 [nvme_tcp_icreq] = sizeof(struct nvme_tcp_icreq_pdu),
1131 case nvme_tcp_icreq:
1780 if (hdr->type == nvme_tcp_icreq &&
/linux-master/drivers/nvme/host/
H A Dtcp.c1406 icreq->hdr.type = nvme_tcp_icreq;
/linux-master/include/linux/
H A Dnvme-tcp.h43 nvme_tcp_icreq = 0x0, enumerator in enum:nvme_tcp_pdu_type

Completed in 159 milliseconds