Searched refs:curr_type (Results 1 – 2 of 2) sorted by relevance
1010 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_tc_disable() local1014 if (curr_type == SCHED_NODE_TYPE_RATE_LIMITER) in esw_qos_vport_tc_disable()1047 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_disable() local1049 if (curr_type == SCHED_NODE_TYPE_VPORT) in esw_qos_vport_disable()1202 static int esw_qos_vport_tc_check_type(enum sched_node_type curr_type, in esw_qos_vport_tc_check_type() argument1206 if (curr_type == SCHED_NODE_TYPE_TC_ARBITER_TSAR && in esw_qos_vport_tc_check_type()1213 if (curr_type == SCHED_NODE_TYPE_RATE_LIMITER && in esw_qos_vport_tc_check_type()1252 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_update() local1257 if (curr_type == type && curr_parent == parent) in esw_qos_vport_update()1260 err = esw_qos_vport_tc_check_type(curr_type, type, extack); in esw_qos_vport_update()[all …]
625 int curr_type; in process_accumulated_relocations() local639 curr_type = rel_entry_iter->type; in process_accumulated_relocations()640 reloc_handlers[curr_type].reloc_handler( in process_accumulated_relocations()644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations()