Home
last modified time | relevance | path

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

/drivers/net/ethernet/dec/tulip/
Dde4x5.h785 #define TD_LC 0x00000200 /* Late Collision */ macro
Dde4x5.c1706 if (status & TD_LC) lp->stats.tx_window_errors++; in de4x5_tx()