Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
147 RxDied = 0x100, enumerator
H A Dinterrupt.c690 if (csr5 & (RxDied | RxNoBuf)) { in tulip_interrupt()
696 if (csr5 & RxDied) { /* Missed a Rx frame. */ in tulip_interrupt()
777 RxDied | in tulip_interrupt()
H A Dwinbond-840.c1302 if (intr_status & RxDied) { /* Missed a Rx frame. */ in netdev_error()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
147 RxDied = 0x100, enumerator
H A Dinterrupt.c690 if (csr5 & (RxDied | RxNoBuf)) { in tulip_interrupt()
696 if (csr5 & RxDied) { /* Missed a Rx frame. */ in tulip_interrupt()
777 RxDied | in tulip_interrupt()
H A Dwinbond-840.c1302 if (intr_status & RxDied) { /* Missed a Rx frame. */ in netdev_error()

Completed in 13 milliseconds