Home
last modified time | relevance | path

Searched refs:TMD3_LCOL (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/amd/
Ddepca.h124 #define TMD3_LCOL 0x1000 /* Late COLlision */ macro
Dsun3lance.c184 #define TMD3_LCOL 0x1000 /* late collision */ macro
712 if (status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
Datarilance.c285 #define TMD3_LCOL 0x1000 /* late collision */ macro
902 if (err_status & TMD3_LCOL) dev->stats.tx_window_errors++; in lance_interrupt()
Ddepca.c1135 if (status & TMD3_LCOL) in depca_tx()