Home
last modified time | relevance | path

Searched refs:core_cap_flags (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2052 u32 core_cap_flags; member
2658 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IB; in rdma_protocol_ib()
2663 return device->port_immutable[port_num].core_cap_flags & in rdma_protocol_roce()
2702 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_MAD; in rdma_cap_ib_mad()
2726 return (device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_OPA_MAD) in rdma_cap_opa_mad()
2752 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SMI; in rdma_cap_ib_smi()
2772 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_CM; in rdma_cap_ib_cm()
2789 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IW_CM; in rdma_cap_iw_cm()
2809 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SA; in rdma_cap_ib_sa()
2849 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_AF_IB; in rdma_cap_af_ib()
[all …]
H A Drdma_vt.h158 u32 core_cap_flags; member
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c384 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c1471 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in irdma_roce_port_immutable()
1490 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in irdma_iw_port_immutable()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2391 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mlx4_port_immutable()
2394 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in mlx4_port_immutable()
2396 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in mlx4_port_immutable()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1119 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c364 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in bnxt_re_get_port_immutable()
366 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in bnxt_re_get_port_immutable()
368 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in bnxt_re_get_port_immutable()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c5624 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qlnxr_get_port_immutable()
5629 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in qlnxr_get_port_immutable()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3105 immutable->core_cap_flags = get_core_cap_flags(ibdev); in mlx5_port_immutable()