Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnvme-tcp.h20 NVME_TCP_PFV_1_0 = 0x0, enumerator
/linux/drivers/nvme/target/
H A Dtcp.c893 if (icreq->pfv != NVME_TCP_PFV_1_0) { in nvmet_tcp_handle_icreq()
912 icresp->pfv = cpu_to_le16(NVME_TCP_PFV_1_0); in nvmet_tcp_handle_icreq()
/linux/drivers/nvme/host/
H A Dtcp.c1499 icreq->pfv = cpu_to_le16(NVME_TCP_PFV_1_0); in nvme_tcp_init_connection()
1556 if (icresp->pfv != NVME_TCP_PFV_1_0) { in nvme_tcp_init_connection()