Home
last modified time | relevance | path

Searched refs:lin_top (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sw_info_rcv.c326 lft_change.lft_top = cl_ntoh16(p_si->lin_top); in si_rcv_process_existing()
425 if (cl_ntoh16(p_si->lin_top) > IB_LID_UCAST_END_HO) { in osm_si_rcv_process()
430 cl_ntoh16(p_si->lin_top), in osm_si_rcv_process()
432 p_si->lin_top = 0; in osm_si_rcv_process()
H A Dosm_ucast_mgr.c911 uint16_t lin_top; in ucast_mgr_set_fwd_top() local
937 lin_top = cl_hton16(p_sw->max_lid_ho); in ucast_mgr_set_fwd_top()
938 if (lin_top != si.lin_top) { in ucast_mgr_set_fwd_top()
940 si.lin_top = lin_top; in ucast_mgr_set_fwd_top()
H A Dosm_helper.c2056 cl_ntoh16(p_si->mcast_cap), cl_ntoh16(p_si->lin_top), in osm_dump_switch_info_to_buf()
2118 cl_ntoh16(p_sir->switch_info.lin_top), in osm_dump_switch_info_record_to_buf()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_switch.h562 return cl_ntoh16(p_sw->switch_info.lin_top) / IB_SMP_DATA_SIZE; in osm_switch_get_max_block_id_in_use()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c545 cl_ntoh16(p_sir->switch_info.lin_top), in dump_switch_info_record()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6536 ib_net16_t lin_top; member