Home
last modified time | relevance | path

Searched refs:LE_T3_RTY (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/amd/
Da2065.h161 #define LE_T3_RTY 0x0400 /* Retry Error */ macro
D7990.h232 #define LE_T3_RTY 0x0400 /* Retry Error */ macro
Dsunlance.c178 #define LE_T3_RTY 0x0400 /* Error retry */ macro
590 if (status & LE_T3_RTY) dev->stats.tx_aborted_errors++; in lance_tx_dvma()
760 if (status & LE_T3_RTY) dev->stats.tx_aborted_errors++; in lance_tx_pio()
Ddeclance.c145 #define LE_T3_RTY 0x0400 /* Error retry */ macro
666 if (status & LE_T3_RTY) in lance_tx()
D7990.c376 if (status & LE_T3_RTY) dev->stats.tx_aborted_errors++; in lance_tx()
Da2065.c348 if (status & LE_T3_RTY) in lance_tx()