Searched refs:hw_stats (Results 1 – 3 of 3) sorted by relevance
45 u8 hw_stats; member99 static inline enum flow_action_hw_stats tc_act_hw_stats(u8 hw_stats) in tc_act_hw_stats() argument101 if (WARN_ON_ONCE(hw_stats > TCA_ACT_HW_STATS_ANY)) in tc_act_hw_stats()103 else if (!hw_stats) in tc_act_hw_stats()106 return hw_stats; in tc_act_hw_stats()
239 enum flow_action_hw_stats hw_stats; member378 if (i && action_entry->hw_stats != last_hw_stats) { in flow_action_mixed_hw_stats_check()382 last_hw_stats = action_entry->hw_stats; in flow_action_mixed_hw_stats_check()410 WARN_ON_ONCE(!action_entry->hw_stats); in __flow_action_hw_stats_check()413 ~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) { in __flow_action_hw_stats_check()417 !(action_entry->hw_stats & BIT(allow_bit))) { in __flow_action_hw_stats_check()
136 bool hw_stats; member204 bool hw_stats; member218 bool hw_stats; member
Completed in 17 milliseconds