Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/realtek/
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-6.1.9/drivers/net/ethernet/dec/tulip/
Dde2104x.c191 TxEmpty = (1 << 2), enumerator
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
518 if (status & (TxIntr | TxEmpty)) in de_interrupt()
/linux-6.1.9/drivers/net/ethernet/smsc/
Depic100.c208 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator
218 #define EpicNapiEvent (TxEmpty | TxDone | \