Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.c53 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT)
70 #define ISR_ERROR (\ macro
150 if (status & ISR_ERROR) { in emac_isr()
152 adpt->netdev->name, status & ISR_ERROR); in emac_isr()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.h747 #define ISR_ERROR (\ macro
Datl1c_main.c1628 if (status & ISR_ERROR) { in atl1c_intr()
1632 status & ISR_ERROR); in atl1c_intr()