Home
last modified time | relevance | path

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

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