Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnvme-tcp.h17 NVME_TCP_PFV_1_0 = 0x0, enumerator
/Linux-v5.15/drivers/nvme/target/
Dtcp.c856 if (icreq->pfv != NVME_TCP_PFV_1_0) { in nvmet_tcp_handle_icreq()
880 icresp->pfv = cpu_to_le16(NVME_TCP_PFV_1_0); in nvmet_tcp_handle_icreq()
/Linux-v5.15/drivers/nvme/host/
Dtcp.c1273 icreq->pfv = cpu_to_le16(NVME_TCP_PFV_1_0); in nvme_tcp_init_connection()
1308 if (icresp->pfv != NVME_TCP_PFV_1_0) { in nvme_tcp_init_connection()