Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c76 if (act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED) { in mlxsw_sp_flower_parse_actions()
807 enum flow_action_hw_stats used_hw_stats = FLOW_ACTION_HW_STATS_DISABLED; in mlxsw_sp_flower_stats()
Dspectrum_qdisc.c2019 if (!(act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED)) { in mlxsw_sp_qevent_mall_replace()
/linux-6.12.1/include/net/
Dact_api.h99 return FLOW_ACTION_HW_STATS_DISABLED; in tc_act_hw_stats()
Dflow_offload.h217 FLOW_ACTION_HW_STATS_DISABLED = enumerator
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
Dprestera_flower.c78 if (act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED) { in prestera_flower_parse_actions()