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

/drivers/net/ethernet/realtek/
H A D8139cp.c225 TxEmpty = (1 << 7), /* No Tx descriptors available */ enumerator in enum:__anon2887
236 IntrAll = PciErr | TimerIntr | LenChg | SWInt | TxEmpty |
286 cp_norx_intr_mask = PciErr | LinkChg | TxOK | TxErr | TxEmpty,
610 if (status & (TxOK | TxErr | TxEmpty | SWInt))
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c197 TxEmpty = (1 << 2), enumerator in enum:__anon2158
253 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
521 if (status & (TxIntr | TxEmpty))
/drivers/net/ethernet/smsc/
H A Depic100.c212 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator in enum:IntrStatus
222 #define EpicNapiEvent (TxEmpty | TxDone | \

Completed in 466 milliseconds