Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/
H A D8139cp.c226 TxEmpty = (1 << 7), /* No Tx descriptors available */ enumerator
237 IntrAll = PciErr | TimerIntr | LenChg | SWInt | TxEmpty |
287 cp_norx_intr_mask = PciErr | LinkChg | TxOK | TxErr | TxEmpty,
609 if (status & (TxOK | TxErr | TxEmpty | SWInt)) in cp_interrupt()
/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c191 TxEmpty = (1 << 2), enumerator
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
518 if (status & (TxIntr | TxEmpty)) in de_interrupt()
/linux/drivers/net/ethernet/smsc/
H A Depic100.c208 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator
218 #define EpicNapiEvent (TxEmpty | TxDone | \