Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c1010 enum sched_node_type curr_type = vport_node->type; in esw_qos_vport_tc_disable() local
1014 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() local
1049 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() argument
1206 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() local
1257 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 …]
/linux/arch/riscv/kernel/
H A Dmodule.c625 int curr_type; in process_accumulated_relocations() local
639 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()