Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c35 if (act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED) { in mlxsw_sp_flower_parse_actions()
637 enum flow_action_hw_stats used_hw_stats = FLOW_ACTION_HW_STATS_DISABLED; in mlxsw_sp_flower_stats()
Dspectrum_qdisc.c1559 if (!(act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED)) { in mlxsw_sp_qevent_mall_replace()
/kernel/linux/linux-5.10/include/net/
Dflow_offload.h180 FLOW_ACTION_HW_STATS_DISABLED = enumerator
/kernel/linux/linux-5.10/net/sched/
Dcls_api.c3565 return FLOW_ACTION_HW_STATS_DISABLED; in tc_act_hw_stats()