Home
last modified time | relevance | path

Searched refs:ib_slvl_table_get (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c668 ib_slvl_table_get(t, 0), ib_slvl_table_get(t, 1), in dump_one_slvl_record()
669 ib_slvl_table_get(t, 2), ib_slvl_table_get(t, 3), in dump_one_slvl_record()
670 ib_slvl_table_get(t, 4), ib_slvl_table_get(t, 5), in dump_one_slvl_record()
671 ib_slvl_table_get(t, 6), ib_slvl_table_get(t, 7), in dump_one_slvl_record()
672 ib_slvl_table_get(t, 8), ib_slvl_table_get(t, 9), in dump_one_slvl_record()
673 ib_slvl_table_get(t, 10), ib_slvl_table_get(t, 11), in dump_one_slvl_record()
674 ib_slvl_table_get(t, 12), ib_slvl_table_get(t, 13), in dump_one_slvl_record()
675 ib_slvl_table_get(t, 14), ib_slvl_table_get(t, 15)); in dump_one_slvl_record()
H A Dibmirror.c291 vl = ib_slvl_table_get(p_slvl_tbl, mirror_sl); in get_mirror_vl()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_dump.c535 ib_slvl_table_get(p_tbl, i)); in dump_sl2vl_tbl()
545 ib_slvl_table_get(p_tbl, i)); in dump_sl2vl_tbl()
H A Dosm_sa_multipath_record.c240 ib_slvl_table_get(p_slvl_tbl, i) == IB_DROP_VL) in mpr_rcv_get_path_parms()
397 ib_slvl_table_get(p_slvl_tbl, in mpr_rcv_get_path_parms()
H A Dosm_sa_path_record.c251 ib_slvl_table_get(p_slvl_tbl, i) == IB_DROP_VL) in pr_rcv_get_path_parms()
391 ib_slvl_table_get(p_slvl_tbl, in pr_rcv_get_path_parms()
H A Dosm_helper.c2229 ib_slvl_table_get(p_slvl_tbl, i)); in osm_dump_slvl_map_table_to_buf()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h7360 ib_slvl_table_get(IN const ib_slvl_table_t * p_slvl_tbl, IN uint8_t sl_index) in ib_slvl_table_get() function