Searched refs:TxEmpty (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 226 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 226 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 191 TxEmpty = (1 << 2), enumerator 247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty | 518 if (status & (TxIntr | TxEmpty)) in de_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 191 TxEmpty = (1 << 2), enumerator 247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty | 518 if (status & (TxIntr | TxEmpty)) in de_interrupt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 208 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator 218 #define EpicNapiEvent (TxEmpty | TxDone | \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 208 TxEmpty=0x0080, TxDone=0x0020, RxError=0x0010, enumerator 218 #define EpicNapiEvent (TxEmpty | TxDone | \
|
Completed in 17 milliseconds