Home
last modified time | relevance | path

Searched refs:action_mask (Results 1 – 8 of 8) 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 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/include/linux/
H A Dfilter.h1813 const u64 action_mask = XDP_ABORTED | XDP_DROP | XDP_PASS | XDP_TX; in __bpf_xdp_redirect_map()
1816 if (unlikely(flags & ~(action_mask | flag_mask))) in __bpf_xdp_redirect_map()
1828 return flags & action_mask;
1790 const u64 action_mask = XDP_ABORTED | XDP_DROP | XDP_PASS | XDP_TX; __bpf_xdp_redirect_map() local
/linux/net/mac80211/
H A Dcfg.c4881 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); in ieee80211_cfg_get_channel()
4887 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_cfg_get_channel()
4889 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_cfg_get_channel()
4894 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_cfg_get_channel()
4897 upd->interface_mcast_stypes & action_mask; in ieee80211_cfg_get_channel()
4679 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); ieee80211_update_mgmt_frame_registrations() local
/linux/mm/
H A Dpage_alloc.c7048 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in alloc_contig_frozen_range_noprof()
7064 if (gfp_mask & ~(reclaim_mask | action_mask))
6864 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | __alloc_contig_verify_gfp_mask() local