Home
last modified time | relevance | path

Searched refs:RS_ALGNERR (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h749 #define RS_ALGNERR 0x8000 macro
756 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91c92_cs.c254 #define RS_ALGNERR 0x8000 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1523 if (rx_status & RS_ALGNERR) dev->stats.rx_frame_errors++; in smc_rx()
H A Dsmc9194.c1218 if ( status & RS_ALGNERR ) dev->stats.rx_frame_errors++; in smc_rcv()
H A Dsmc91x.c437 if (status & RS_ALGNERR) in smc_rcv()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc9194.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h738 #define RS_ALGNERR 0x8000 macro
745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91c92_cs.c254 #define RS_ALGNERR 0x8000 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1526 if (rx_status & RS_ALGNERR) dev->stats.rx_frame_errors++; in smc_rx()
H A Dsmc9194.c1220 if ( status & RS_ALGNERR ) dev->stats.rx_frame_errors++; in smc_rcv()
H A Dsmc91x.c437 if (status & RS_ALGNERR) in smc_rcv()

Completed in 22 milliseconds