Home
last modified time | relevance | path

Searched refs:FFLP_ERR_MASK_ALL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c2930 *mask_cfgp = mask_reg.value & FFLP_ERR_MASK_ALL; in npi_fflp_event_mask_config()
2934 mask_reg.value = (~(*mask_cfgp) & FFLP_ERR_MASK_ALL); in npi_fflp_event_mask_config()
2940 mask_reg.value |= (~(*mask_cfgp) & FFLP_ERR_MASK_ALL); in npi_fflp_event_mask_config()
2945 mask_reg.value = FFLP_ERR_MASK_ALL; in npi_fflp_event_mask_config()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h647 #define FFLP_ERR_MASK_ALL (FFLP_ERR_VLAN_MASK | FFLP_ERR_TCAM_MASK | \ macro