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

/freebsd-11.0-release/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.c626 sc->flags |= FXP_FLAG_SAVE_BAD;
2378 cbp->save_bf = sc->flags & FXP_FLAG_SAVE_BAD ? 1 : prm;
2944 flag = FXP_FLAG_SAVE_BAD;

Completed in 43 milliseconds