Searched refs:TxEmpty (Results 1 – 3 of 3) sorted by relevance
226 TxEmpty = (1 << 7), /* No Tx descriptors available */ enumerator237 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()
191 TxEmpty = (1 << 2), enumerator247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |518 if (status & (TxIntr | TxEmpty)) in de_interrupt()
208 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator218 #define EpicNapiEvent (TxEmpty | TxDone | \