Home
last modified time | relevance | path

Searched refs:TxEmpty (Results 1 – 1 of 1) 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()