Home
last modified time | relevance | path

Searched refs:ES_LATCOL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91x.c733 if (tx_status & (ES_LATCOL | ES_16COL)) { in smc_tx()
735 (tx_status & ES_LATCOL) ? in smc_tx()
H A Dsmc91x.h517 #define ES_LATCOL 0x0200 // Late collision detected on last tx macro
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91x.c734 if (tx_status & (ES_LATCOL | ES_16COL)) { in smc_tx()
736 (tx_status & ES_LATCOL) ? in smc_tx()
H A Dsmc91x.h506 #define ES_LATCOL 0x0200 // Late collision detected on last tx macro

Completed in 10 milliseconds