Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c90 FFLP_FCRAM_ERR_TST1_REG, FFLP_FCRAM_ERR_TST2_REG, FFLP_ERR_MSK_REG,
2931 REG_PIO_READ64(handle, FFLP_ERR_MSK_REG, &mask_reg.value); in npi_fflp_event_mask_config()
2937 REG_PIO_WRITE64(handle, FFLP_ERR_MSK_REG, mask_reg.value); in npi_fflp_event_mask_config()
2941 REG_PIO_READ64(handle, FFLP_ERR_MSK_REG, &mask_reg.value); in npi_fflp_event_mask_config()
2943 REG_PIO_WRITE64(handle, FFLP_ERR_MSK_REG, mask_reg.value); in npi_fflp_event_mask_config()
2948 REG_PIO_WRITE64(handle, FFLP_ERR_MSK_REG, mask_reg.value); in npi_fflp_event_mask_config()
2979 REG_PIO_WRITE64(handle, FFLP_ERR_MSK_REG, p_err.value); in npi_fflp_vlan_error_clear()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h602 #define FFLP_ERR_MSK_REG (FZC_FFLP + 0x20140) macro