Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
H A Dspectrum_qdisc.c1559 if (!(act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED)) { in mlxsw_sp_qevent_mall_replace()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_offload.h180 FLOW_ACTION_HW_STATS_DISABLED = enumerator
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_api.c3565 return FLOW_ACTION_HW_STATS_DISABLED; in tc_act_hw_stats()