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

/linux-master/include/linux/
H A Dnvme-tcp.h18 NVME_TCP_PFV_1_0 = 0x0, enumerator in enum:nvme_tcp_pfv
/linux-master/drivers/nvme/host/
H A Dtcp.c1404 icreq->pfv = cpu_to_le16(NVME_TCP_PFV_1_0);
1458 if (icresp->pfv != NVME_TCP_PFV_1_0) {
/linux-master/drivers/nvme/target/
H A Dtcp.c904 if (icreq->pfv != NVME_TCP_PFV_1_0) {
928 icresp->pfv = cpu_to_le16(NVME_TCP_PFV_1_0);

Completed in 214 milliseconds