Searched refs:action_mask (Results 1 – 7 of 7) 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() local303 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 …]
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 …]
4678 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); in ieee80211_update_mgmt_frame_registrations() local4684 !!(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()
6869 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask() local6885 if (gfp_mask & ~(reclaim_mask | action_mask)) in __alloc_contig_verify_gfp_mask()