Searched refs:action_mask (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h46 * @action_mask: bitmask of supported actions
70 unsigned int action_mask; member in struct:nfp_abm
232 return abm->action_mask & BIT(NFP_ABM_ACT_DROP);
237 return abm->action_mask & BIT(NFP_ABM_ACT_MARK_DROP);
H A Dctrl.c389 abm->action_mask = res;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c291 u64 action_mask = 0; local
303 if (action_mask & BIT(actent->id)) {
308 action_mask |= BIT(actent->id);
331 if (action_mask & BIT(FLOW_ACTION_TRAP) &&
332 action_mask & BIT(FLOW_ACTION_ACCEPT)) {
338 if (action_mask & BIT(FLOW_ACTION_VLAN_PUSH) &&
339 action_mask & BIT(FLOW_ACTION_VLAN_POP)) {
345 if (action_mask & BIT(FLOW_ACTION_VLAN_PUSH) &&
346 action_mask & BIT(FLOW_ACTION_VLAN_MANGLE)) {
352 if (action_mask
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c267 u64 action_mask = 0; local
279 if (action_mask & BIT(actent->id)) {
284 action_mask |= BIT(actent->id);
307 if (action_mask & BIT(FLOW_ACTION_TRAP) &&
308 action_mask & BIT(FLOW_ACTION_ACCEPT)) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1756 unsigned int action_mask; member in struct:mlxsw_sp_qevent_binding
1881 if (!(BIT(mall_entry->type) & qevent_binding->action_mask)) {
2131 unsigned int action_mask)
2143 binding->action_mask = action_mask;
2173 unsigned int action_mask)
2219 action_mask);
2282 unsigned int action_mask)
2290 action_mask);
2302 unsigned int action_mask local
2129 mlxsw_sp_qevent_binding_create(struct mlxsw_sp_port *mlxsw_sp_port, u32 handle, int tclass_num, enum mlxsw_sp_span_trigger span_trigger, unsigned int action_mask) argument
2170 mlxsw_sp_setup_tc_block_qevent_bind(struct mlxsw_sp_port *mlxsw_sp_port, struct flow_block_offload *f, enum mlxsw_sp_span_trigger span_trigger, unsigned int action_mask) argument
2279 mlxsw_sp_setup_tc_block_qevent(struct mlxsw_sp_port *mlxsw_sp_port, struct flow_block_offload *f, enum mlxsw_sp_span_trigger span_trigger, unsigned int action_mask) argument
2313 unsigned int action_mask = BIT(MLXSW_SP_MALL_ACTION_TYPE_MIRROR); local
[all...]
/linux-master/include/linux/
H A Dfilter.h1596 const u64 action_mask = XDP_ABORTED | XDP_DROP | XDP_PASS | XDP_TX; local
1599 if (unlikely(flags & ~(action_mask | flag_mask)))
1611 return flags & action_mask;
/linux-master/net/mac80211/
H A Dcfg.c4107 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); local
4113 !!(upd->global_mcast_stypes & action_mask));
4115 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask;
4120 !!(upd->interface_mcast_stypes & action_mask));
4123 upd->interface_mcast_stypes & action_mask;

Completed in 476 milliseconds