Home
last modified time | relevance | path

Searched refs:IB_MAX_NUM_VLS (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_lash.h93 int num_mst_in_lane[IB_MAX_NUM_VLS];
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c122 if (data_vls >= IB_MAX_NUM_VLS) in pi_rcv_process_endport()
123 data_vls = IB_MAX_NUM_VLS - 1; in pi_rcv_process_endport()
427 if (data_vls >= IB_MAX_NUM_VLS) in pi_rcv_process_switch_ext_port()
428 data_vls = IB_MAX_NUM_VLS - 1; in pi_rcv_process_switch_ext_port()
H A Dosm_qos.c264 for (i = 0; i < IB_MAX_NUM_VLS / 2; i++) { in sl2vl_update_table()
659 for (i = 0; i < IB_MAX_NUM_VLS / 2; i++) in qos_build_config()
H A Dosm_sa_multipath_record.c238 for (i = 0; i < IB_MAX_NUM_VLS; i++) { in mpr_rcv_get_path_parms()
395 for (i = 0; i < IB_MAX_NUM_VLS; i++) { in mpr_rcv_get_path_parms()
784 for (i = 0; i < IB_MAX_NUM_VLS; i++) in mpr_rcv_get_path_parms()
H A Dosm_sa_path_record.c249 for (i = 0; i < IB_MAX_NUM_VLS; i++) { in pr_rcv_get_path_parms()
389 for (i = 0; i < IB_MAX_NUM_VLS; i++) { in pr_rcv_get_path_parms()
788 for (i = 0; i < IB_MAX_NUM_VLS; i++) in pr_rcv_get_path_parms()
H A Dmain.c1110 if (temp >= IB_MAX_NUM_VLS) { in main()
H A Dosm_state_mgr.c1412 sm->p_subn->min_data_vls = IB_MAX_NUM_VLS - 1; in do_sweep()
1413 sm->p_subn->min_sw_data_vls = IB_MAX_NUM_VLS - 1; in do_sweep()
H A Dosm_qos_parser_y.y62 #define OSM_QOS_POLICY_SL2VL_TABLE_LEN IB_MAX_NUM_VLS
63 #define OSM_QOS_POLICY_MAX_VL_NUM IB_MAX_NUM_VLS
H A Dosm_subnet.c1257 p_subn->min_data_vls = IB_MAX_NUM_VLS - 1; in osm_subn_init()
1258 p_subn->min_sw_data_vls = IB_MAX_NUM_VLS - 1; in osm_subn_init()
H A Dosm_ucast_lash.c768 IB_MAX_NUM_VLS * sizeof(p_lash->num_mst_in_lane[0])); in init_lash_structures()
H A Dosm_torus.c9266 unsigned total_weight[IB_MAX_NUM_VLS]) in sum_vlarb_weights() argument
9299 unsigned total_weight[IB_MAX_NUM_VLS] = {0,}; in check_vlarb_config()
9369 unsigned i, total_weight[IB_MAX_NUM_VLS] = {0,}; in check_ep_vlarb_config()
/freebsd/contrib/ofed/libibmad/
H A Ddump.c685 #define IB_MAX_NUM_VLS 16 macro
686 #define IB_MAX_NUM_VLS_TO_U8 ((IB_MAX_NUM_VLS)/2)
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h7266 #define IB_MAX_NUM_VLS 16 macro
7278 uint8_t raw_vl_by_sl[IB_MAX_NUM_VLS / 2];