Home
last modified time | relevance | path

Searched refs:TxError (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/realtek/
D8139cp.c179 TxError = (1 << 23), /* Tx error summary */ enumerator
672 if (status & (TxError | TxFIFOUnder)) { in cp_tx()
/linux-6.12.1/drivers/net/ethernet/dec/tulip/
Dde2104x.c176 TxError = (1 << 15), enumerator
570 if (status & TxError) { in de_tx()