Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dgmac.h63 u64 TxLateCollisions; member
Dcxgb2.c311 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors + in t1_get_stats()
335 ns->tx_window_errors = pstats->TxLateCollisions; in t1_get_stats()
473 *data++ = s->TxLateCollisions; in get_stats()