Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y171 osm_qos_vlarb_scope_t * p_current_vlarb_scope = NULL; variable
1398 cl_list_insert_tail(&p_current_vlarb_scope->group_list,tmp_str);
1420 … cl_list_insert_tail(&p_current_vlarb_scope->across_list,tmp_str);
1441 p_current_vlarb_scope->vl_high_limit = (uint32_t)(*p_tmp_num);
1442 p_current_vlarb_scope->vl_high_limit_set = TRUE;
1465 … cl_list_insert_tail(&p_current_vlarb_scope->vlarb_high_list,num_pair);
1487 … cl_list_insert_tail(&p_current_vlarb_scope->vlarb_low_list,num_pair);
2560 p_current_vlarb_scope = osm_qos_policy_vlarb_scope_create(); in __parser_vlarb_scope_start()
2568 if ( !cl_list_count(&p_current_vlarb_scope->group_list) && in __parser_vlarb_scope_end()
2569 !cl_list_count(&p_current_vlarb_scope->across_list) ) in __parser_vlarb_scope_end()
[all …]