Searched refs:ISR_PHY (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/atheros/atlx/
H A Datl2.h178 #define ISR_PHY 0x800 /* phy interrupt */ macro
196 ISR_PHY |\
H A Datl2.c614 if (status & ISR_PHY)
641 if (status & (ISR_PHY | ISR_MANUAL)) {
/drivers/net/ethernet/natsemi/
H A Dns83820.c197 #define ISR_PHY 0x00004000 macro
755 dev->IMR_cache |= ISR_PHY;
1422 if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | ISR_TXDESC))
1517 if (unlikely(ISR_PHY & isr))

Completed in 81 milliseconds