Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c45 #define SGMII_PHY_INTERRUPT_ERR (DECODE_CODE_ERR | DECODE_DISP_ERR) macro
46 #define SGMII_ISR_MASK (SGMII_PHY_INTERRUPT_ERR)
157 if (status & SGMII_PHY_INTERRUPT_ERR) { in emac_sgmii_interrupt()