Searched refs:action_mask (Results 1 – 5 of 5) 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()
1756 unsigned int action_mask; member1881 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() argument2143 binding->action_mask = action_mask; in mlxsw_sp_qevent_binding_create()2173 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent_bind() argument2219 action_mask); in mlxsw_sp_setup_tc_block_qevent_bind()2282 unsigned int action_mask) in mlxsw_sp_setup_tc_block_qevent() argument2290 action_mask); in mlxsw_sp_setup_tc_block_qevent()2307 action_mask); in mlxsw_sp_setup_tc_block_qevent_early_drop()2313 unsigned int action_mask = BIT(MLXSW_SP_MALL_ACTION_TYPE_MIRROR); in mlxsw_sp_setup_tc_block_qevent_mark() local[all …]
1512 const u64 action_mask = XDP_ABORTED | XDP_DROP | XDP_PASS | XDP_TX; in __bpf_xdp_redirect_map() local1515 if (unlikely(flags & ~(action_mask | flag_mask))) in __bpf_xdp_redirect_map()1527 return flags & action_mask; in __bpf_xdp_redirect_map()
3642 u32 action_mask = BIT(IEEE80211_STYPE_ACTION >> 4); in ieee80211_update_mgmt_frame_registrations() local3648 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()3650 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()3655 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()3658 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
Completed in 24 milliseconds