Home
last modified time | relevance | path

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

/linux/include/net/
A Dflow_offload.h315 const struct flow_action_entry *action_entry; in flow_action_mixed_hw_stats_check() local
322 flow_action_for_each(i, action_entry, action) { in flow_action_mixed_hw_stats_check()
323 if (i && action_entry->hw_stats != last_hw_stats) { in flow_action_mixed_hw_stats_check()
327 last_hw_stats = action_entry->hw_stats; in flow_action_mixed_hw_stats_check()
345 const struct flow_action_entry *action_entry; in __flow_action_hw_stats_check() local
352 action_entry = flow_action_first_entry_get(action); in __flow_action_hw_stats_check()
355 WARN_ON_ONCE(!action_entry->hw_stats); in __flow_action_hw_stats_check()
358 ~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) { in __flow_action_hw_stats_check()
362 !(action_entry->hw_stats & BIT(allow_bit))) { in __flow_action_hw_stats_check()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c61 struct stmmac_tc_entry *action_entry = entry; in tc_fill_actions() local
70 action_entry = frag; in tc_fill_actions()
75 action_entry->val.af = 1; in tc_fill_actions()
80 action_entry->val.rf = 1; in tc_fill_actions()

Completed in 6 milliseconds