Home
last modified time | relevance | path

Searched refs:IB_SMP_ATTR_PKEY_TABLE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_smi.h77 #define IB_SMP_ATTR_PKEY_TABLE cpu_to_be16(0x0016) macro
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c139 if (mad->mad_hdr.attr_id == IB_SMP_ATTR_PKEY_TABLE) { in smp_snoop()
H A Dmthca_provider.c246 in_mad->attr_id = IB_SMP_ATTR_PKEY_TABLE; in mthca_query_pkey()
/freebsd/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c332 case IB_SMP_ATTR_PKEY_TABLE: in get_smp_attr()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c437 in_mad->attr_id = IB_SMP_ATTR_PKEY_TABLE; in mlx5_query_mad_ifc_pkey()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c249 case IB_SMP_ATTR_PKEY_TABLE: in smp_snoop()
H A Dmlx4_ib_main.c922 in_mad->attr_id = IB_SMP_ATTR_PKEY_TABLE; in __mlx4_ib_query_pkey()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c931 if (smp->attr_id == IB_SMP_ATTR_PKEY_TABLE) { in mlx4_MAD_IFC_wrapper()