Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h70 unsigned int action_mask; member
232 return abm->action_mask & BIT(NFP_ABM_ACT_DROP); in nfp_abm_has_drop()
237 return abm->action_mask & BIT(NFP_ABM_ACT_MARK_DROP); in nfp_abm_has_mark()
H A Dctrl.c389 abm->action_mask = res; in nfp_abm_ctrl_find_addrs()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c267 u64 action_mask = 0; in lan966x_tc_flower_action_check() local
279 if (action_mask & BIT(actent->id)) { in lan966x_tc_flower_action_check()
284 action_mask |= BIT(actent->id); in lan966x_tc_flower_action_check()
307 if (action_mask & BIT(FLOW_ACTION_TRAP) && in lan966x_tc_flower_action_check()
308 action_mask & BIT(FLOW_ACTION_ACCEPT)) { in lan966x_tc_flower_action_check()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c291 u64 action_mask = 0; in sparx5_tc_flower_action_check() local
303 if (action_mask & BIT(actent->id)) { in sparx5_tc_flower_action_check()
308 action_mask |= BIT(actent->id); in sparx5_tc_flower_action_check()
331 if (action_mask & BIT(FLOW_ACTION_TRAP) && in sparx5_tc_flower_action_check()
332 action_mask & BIT(FLOW_ACTION_ACCEPT)) { in sparx5_tc_flower_action_check()
338 if (action_mask & BIT(FLOW_ACTION_VLAN_PUSH) && in sparx5_tc_flower_action_check()
339 action_mask & BIT(FLOW_ACTION_VLAN_POP)) { in sparx5_tc_flower_action_check()
345 if (action_mask & BIT(FLOW_ACTION_VLAN_PUSH) && in sparx5_tc_flower_action_check()
346 action_mask & BIT(FLOW_ACTION_VLAN_MANGLE)) { in sparx5_tc_flower_action_check()
352 if (action_mask & BIT(FLOW_ACTION_VLAN_POP) && in sparx5_tc_flower_action_check()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1755 unsigned int action_mask; member
1880 if (!(BIT(mall_entry->type) & qevent_binding->action_mask)) { in mlxsw_sp_qevent_entry_configure()
2130 unsigned int action_mask) in mlxsw_sp_qevent_binding_create() argument
2142 binding->action_mask = action_mask; in mlxsw_sp_qevent_binding_create()
2172 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent_bind() argument
2218 action_mask); in mlxsw_sp_setup_tc_block_qevent_bind()
2281 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent() argument
2289 action_mask); in mlxsw_sp_setup_tc_block_qevent()
2301 unsigned int action_mask = BIT(MLXSW_SP_MALL_ACTION_TYPE_MIRROR) | in mlxsw_sp_setup_tc_block_qevent_early_drop() local
2306 action_mask); in mlxsw_sp_setup_tc_block_qevent_early_drop()
[all …]
/linux/net/mac80211/
H A Dcfg.c4678 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); in ieee80211_update_mgmt_frame_registrations() local
4684 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4686 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
4691 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4694 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/linux/mm/
H A Dpage_alloc.c6869 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask() local
6885 if (gfp_mask & ~(reclaim_mask | action_mask)) in __alloc_contig_verify_gfp_mask()