Searched refs:action_mask (Results 1 – 8 of 8) sorted by relevance
70 unsigned int action_mask; member232 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()
389 abm->action_mask = res; in nfp_abm_ctrl_find_addrs()
267 u64 action_mask = 0; in lan966x_tc_flower_action_check() local279 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()
291 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...]
1755 unsigned int action_mask; member1880 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() argument2142 binding->action_mask = action_mask; in mlxsw_sp_qevent_binding_create()2172 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent_bind() argument2218 action_mask); in mlxsw_sp_setup_tc_block_qevent_bind()2281 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent() argument2289 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() local2306 action_mask); in mlxsw_sp_setup_tc_block_qevent_early_drop()[all …]
1813 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
4881 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
7048 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