ISR_PHY           600 drivers/net/ethernet/atheros/atlx/atl2.c 	if (status & ISR_PHY)
ISR_PHY           627 drivers/net/ethernet/atheros/atlx/atl2.c 	if (status & (ISR_PHY | ISR_MANUAL)) {
ISR_PHY           183 drivers/net/ethernet/atheros/atlx/atl2.h 	ISR_PHY			|\
ISR_PHY           741 drivers/net/ethernet/natsemi/ns83820.c 		dev->IMR_cache |= ISR_PHY;
ISR_PHY          1412 drivers/net/ethernet/natsemi/ns83820.c 	if (isr & ~(ISR_PHY | ISR_RXDESC | ISR_RXEARLY | ISR_RXOK | ISR_RXERR | ISR_TXIDLE | ISR_TXOK | ISR_TXDESC))
ISR_PHY          1507 drivers/net/ethernet/natsemi/ns83820.c 	if (unlikely(ISR_PHY & isr))