Home
last modified time | relevance | path

Searched refs:ISR_ERROR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac.c45 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT)
62 #define ISR_ERROR (\ macro
143 if (status & ISR_ERROR) { in emac_isr()
145 adpt->netdev->name, status & ISR_ERROR); in emac_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac.c44 #define IMR_NORMAL_MASK (ISR_ERROR | ISR_OVER | ISR_TX_PKT)
61 #define ISR_ERROR (\ macro
142 if (status & ISR_ERROR) { in emac_isr()
144 adpt->netdev->name, status & ISR_ERROR); in emac_isr()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h734 #define ISR_ERROR (\ macro
H A Datl1c_main.c1612 if (status & ISR_ERROR) { in atl1c_intr()
1616 status & ISR_ERROR); in atl1c_intr()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h762 #define ISR_ERROR (\ macro
H A Datl1c_main.c1699 if (status & ISR_ERROR) { in atl1c_intr()
1703 status & ISR_ERROR); in atl1c_intr()

Completed in 14 milliseconds