Lines Matching refs:a
265 #define tcf_exts_for_each_action(i, a, exts) \ argument
266 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = (exts)->actions[i]); i++)
268 #define tcf_exts_for_each_action(i, a, exts) \ argument
269 for (; 0; (void)(i), (void)(a), (void)(exts))
272 #define tcf_act_for_each_action(i, a, actions) \ argument
273 for (i = 0; i < TCA_ACT_MAX_PRIO && ((a) = actions[i]); i++)
289 struct tc_action *a = exts->actions[i]; in tcf_exts_hw_stats_update() local
291 if (use_act_stats || tc_act_in_hw(a)) { in tcf_exts_hw_stats_update()
292 if (!tcf_action_update_hw_stats(a)) in tcf_exts_hw_stats_update()
297 tcf_action_stats_update(a, stats->bytes, stats->pkts, stats->drops, in tcf_exts_hw_stats_update()
301 a->used_hw_stats = stats->used_hw_stats; in tcf_exts_hw_stats_update()
302 a->used_hw_stats_valid = stats->used_hw_stats_valid; in tcf_exts_hw_stats_update()