Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c305 uint8_t op_vl, common_op_vl = 0, max_num = 0; in qos_extports_setup() local
345 op_vl = ib_port_info_get_op_vls(&p->port_info); in qos_extports_setup()
346 op_vl_arr[op_vl]++; in qos_extports_setup()
347 if (op_vl_arr[op_vl] > max_num){ in qos_extports_setup()
348 max_num = op_vl_arr[op_vl]; in qos_extports_setup()
349 common_op_vl = op_vl; in qos_extports_setup()