Lines Matching full:act

24 	const struct flow_action_entry *act;  in mlxsw_sp_flower_parse_actions()  local
34 act = flow_action_first_entry_get(flow_action); in mlxsw_sp_flower_parse_actions()
35 if (act->hw_stats & FLOW_ACTION_HW_STATS_DISABLED) { in mlxsw_sp_flower_parse_actions()
37 } else if (act->hw_stats & FLOW_ACTION_HW_STATS_IMMEDIATE) { in mlxsw_sp_flower_parse_actions()
47 flow_action_for_each(i, act, flow_action) { in mlxsw_sp_flower_parse_actions()
48 switch (act->id) { in mlxsw_sp_flower_parse_actions()
65 act->cookie, extack); in mlxsw_sp_flower_parse_actions()
89 u32 chain_index = act->chain_index; in mlxsw_sp_flower_parse_actions()
129 out_dev = act->dev; in mlxsw_sp_flower_parse_actions()
137 struct net_device *out_dev = act->dev; in mlxsw_sp_flower_parse_actions()
152 u16 proto = be16_to_cpu(act->vlan.proto); in mlxsw_sp_flower_parse_actions()
153 u8 prio = act->vlan.prio; in mlxsw_sp_flower_parse_actions()
154 u16 vid = act->vlan.vid; in mlxsw_sp_flower_parse_actions()
157 act->id, vid, in mlxsw_sp_flower_parse_actions()
165 act->priority, in mlxsw_sp_flower_parse_actions()
171 enum flow_action_mangle_base htype = act->mangle.htype; in mlxsw_sp_flower_parse_actions()
172 __be32 be_mask = (__force __be32) act->mangle.mask; in mlxsw_sp_flower_parse_actions()
173 __be32 be_val = (__force __be32) act->mangle.val; in mlxsw_sp_flower_parse_actions()
174 u32 offset = act->mangle.offset; in mlxsw_sp_flower_parse_actions()
198 burst = roundup_pow_of_two(act->police.burst); in mlxsw_sp_flower_parse_actions()
200 act->police.index, in mlxsw_sp_flower_parse_actions()
201 act->police.rate_bytes_ps, in mlxsw_sp_flower_parse_actions()