Home
last modified time | relevance | path

Searched refs:RDMA_CORE_PORT_IWARP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/cxgb4/
Dprovider.c428 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
/Linux-v5.10/drivers/infiniband/hw/qedr/
Dmain.c114 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qedr_iw_port_immutable()
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_verbs.c207 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in siw_get_port_immutable()
/Linux-v5.10/fs/cifs/
Dsmbdirect.c1620 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()
/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2433 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in i40iw_port_immutable()
/Linux-v5.10/include/rdma/
Dib_verbs.h645 #define RDMA_CORE_PORT_IWARP (RDMA_CORE_CAP_PROT_IWARP \ macro