Searched refs:action_entry (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/net/
H A Dflow_offload.h370 const struct flow_action_entry *action_entry; local
377 flow_action_for_each(i, action_entry, action) {
378 if (i && action_entry->hw_stats != last_hw_stats) {
382 last_hw_stats = action_entry->hw_stats;
400 const struct flow_action_entry *action_entry; local
407 action_entry = flow_action_first_entry_get(action);
410 WARN_ON_ONCE(!action_entry->hw_stats);
413 ~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) {
417 !(action_entry->hw_stats & BIT(allow_bit))) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c61 struct stmmac_tc_entry *action_entry = entry; local
70 action_entry = frag;
75 action_entry->val.af = 1;
80 action_entry->val.rf = 1;

Completed in 154 milliseconds