Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h483 #define ES_16COL 0x0010 // 16 Collisions Reached macro
H A Dsmc91x.c735 if (tx_status & (ES_LATCOL | ES_16COL)) { in smc_tx()