Home
last modified time | relevance | path

Searched refs:ib_path_rec_sl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c735 sl = ib_path_rec_sl(p_pr); in pr_rcv_get_path_parms()
1587 if ((comp_mask & IB_PR_COMPMASK_SL) && ib_path_rec_sl(p_pr) != sl) { in pr_match_mgrp_attributes()
1590 ib_path_rec_sl(p_pr), sl); in pr_match_mgrp_attributes()
H A Dosm_helper.c1458 ib_path_rec_qos_class(p_pr), ib_path_rec_sl(p_pr), in osm_dump_path_record_to_buf()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c325 lid2sl_table[cl_ntoh16(p_pr->dlid)] = ib_path_rec_sl(p_pr); in insert_lid2sl_table()
H A Dsaquery.c240 ib_path_rec_sl(p_pr), p_pr->mtu, p_pr->rate, p_pr->pkt_life, in dump_path_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h3022 ib_path_rec_sl(IN const ib_path_rec_t * const p_rec) in ib_path_rec_sl() function