Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_sminfo_record.c134 if (ib_sminfo_get_priority(&p_rem_sm->smi) != in sa_smir_by_comp_mask()
135 ib_sminfo_get_priority(&p_rcvd_rec->sm_info)) in sa_smir_by_comp_mask()
284 ib_sminfo_get_priority(p_smi)) in osm_smir_rcv_process()
H A Dosm_sminfo_rcv.c73 return osm_sm_is_greater_than(ib_sminfo_get_priority(p_rem_smi), in smi_rcv_remote_sm_is_higher()
H A Dosm_state_mgr.c936 if (osm_sm_is_greater_than(ib_sminfo_get_priority(&p_sm->smi), in state_mgr_get_highest_sm()
943 ib_sminfo_get_priority(&p_sm->smi); in state_mgr_get_highest_sm()
H A Dosm_helper.c2344 ib_sminfo_get_priority(p_smi), in osm_dump_sm_info_to_buf()
2394 ib_sminfo_get_priority(&p_smir->sm_info), in osm_dump_sm_info_record_to_buf()
H A Dosm_console.c441 ib_sminfo_get_priority(&p_rsm->smi)); in dump_sms()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c502 priority = ib_sminfo_get_priority(p_smi); in dump_sm_info_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h3744 ib_sminfo_get_priority(IN const ib_sm_info_t * const p_smi) in ib_sminfo_get_priority() function