Searched refs:FFLP_ERR_MASK_ALL (Results 1 – 2 of 2) sorted by relevance
2932 *mask_cfgp = mask_reg.value & FFLP_ERR_MASK_ALL; in npi_fflp_event_mask_config()2936 mask_reg.value = (~(*mask_cfgp) & FFLP_ERR_MASK_ALL); in npi_fflp_event_mask_config()2942 mask_reg.value |= (~(*mask_cfgp) & FFLP_ERR_MASK_ALL); in npi_fflp_event_mask_config()2947 mask_reg.value = FFLP_ERR_MASK_ALL; in npi_fflp_event_mask_config()
647 #define FFLP_ERR_MASK_ALL (FFLP_ERR_VLAN_MASK | FFLP_ERR_TCAM_MASK | \ macro