Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h236 #define FXP_FLAG_SAVE_BAD 0x0800 /* save bad pkts: bad size, CRC, etc */ macro
H A Dif_fxp.c619 sc->flags |= FXP_FLAG_SAVE_BAD; in fxp_attach()
2348 cbp->save_bf = sc->flags & FXP_FLAG_SAVE_BAD ? 1 : prm; in fxp_init_body()
2914 flag = FXP_FLAG_SAVE_BAD; in fxp_ioctl()