Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h240 #define FXP_FLAG_RXBUG 0x8000 /* Rx lock-up bug */ macro
H A Dif_fxp.c541 sc->flags |= FXP_FLAG_RXBUG; in fxp_attach()
2054 } else if (sc->flags & FXP_FLAG_RXBUG) { in fxp_update_stats()