Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A 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()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c189 RxEmpty = (1 << 7), enumerator
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
510 if (status & (RxIntr | RxEmpty)) { in de_interrupt()
512 if (status & RxEmpty) in de_interrupt()