Searched refs:IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c209 len = p_pi->vl_arb_low_cap < IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK ?
210 p_pi->vl_arb_low_cap : IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
218 if (p_pi->vl_arb_low_cap > IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK) {
219 len = p_pi->vl_arb_low_cap % IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
228 len = p_pi->vl_arb_high_cap < IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK ?
229 p_pi->vl_arb_high_cap : IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
237 if (p_pi->vl_arb_high_cap > IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK) {
238 len = p_pi->vl_arb_high_cap % IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK;
626 for (i = 0; i < 2 * IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK; i++) {
629 IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK]
[all...]
H A Dosm_torus.c9271 while (*vlarb_str && i++ < 2 * IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK) {
/freebsd-11-stable/contrib/ofed/libibmad/
H A Ddump.c697 #define IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK 32 macro
703 } vl_entry[IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK];
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h7407 #define IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK 32 macro
7420 ib_vl_arb_element_t vl_entry[IB_NUM_VL_ARB_ELEMENTS_IN_BLOCK];

Completed in 235 milliseconds