Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c43 #define SGMII_PHY_INTERRUPT_ERR (DECODE_CODE_ERR | DECODE_DISP_ERR) macro
44 #define SGMII_ISR_MASK (SGMII_PHY_INTERRUPT_ERR)
155 if (status & SGMII_PHY_INTERRUPT_ERR) { in emac_sgmii_interrupt()