Home
last modified time | relevance | path

Searched refs:RxEmpty (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/dec/tulip/
Dde2104x.c195 RxEmpty = (1 << 7), enumerator
253 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
511 if (status & (RxIntr | RxEmpty)) { in de_interrupt()
513 if (status & RxEmpty) in de_interrupt()
/Linux-v5.4/drivers/net/ethernet/realtek/
D8139cp.c229 RxEmpty = (1 << 4), /* No Rx descriptors available */ enumerator
238 RxFIFOOvr | LinkChg | RxEmpty | TxErr | TxOK |
288 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
603 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr)) in cp_interrupt()