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/mellanox/mlxsw/
H A Dspectrum_qdisc.c1756 unsigned int action_mask; member
1881 if (!(BIT(mall_entry->type) & qevent_binding->action_mask)) { in mlxsw_sp_qevent_entry_configure()
2131 unsigned int action_mask) in mlxsw_sp_qevent_binding_create() argument
2143 binding->action_mask = action_mask; in mlxsw_sp_qevent_binding_create()
2173 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent_bind() argument
2219 action_mask); in mlxsw_sp_setup_tc_block_qevent_bind()
2282 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent() argument
2290 action_mask); in mlxsw_sp_setup_tc_block_qevent()
2302 unsigned int action_mask = BIT(MLXSW_SP_MALL_ACTION_TYPE_MIRROR) | in mlxsw_sp_setup_tc_block_qevent_early_drop() local
2307 action_mask); in mlxsw_sp_setup_tc_block_qevent_early_drop()
[all …]
/linux/include/linux/
H A Dfilter.h1764 const u64 action_mask = XDP_ABORTED | XDP_DROP | XDP_PASS | XDP_TX; in __bpf_xdp_redirect_map() local
1767 if (unlikely(flags & ~(action_mask | flag_mask))) in __bpf_xdp_redirect_map()
1779 return flags & action_mask; in __bpf_xdp_redirect_map()
/linux/net/mac80211/
H A Dcfg.c4503 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); in ieee80211_update_mgmt_frame_registrations() local
4509 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4511 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
4516 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4519 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/linux/mm/
H A Dpage_alloc.c6884 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask() local
6899 if (gfp_mask & ~(reclaim_mask | action_mask)) in __alloc_contig_verify_gfp_mask()