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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h231 #define FXP_FLAG_LONG_PKT_EN 0x0020 /* enable long packet reception */ macro
H A Dif_fxp.c622 sc->flags |= FXP_FLAG_LONG_PKT_EN;
2399 cbp->long_rx_en = sc->flags & FXP_FLAG_LONG_PKT_EN ? 1 : 0;
2933 flag = FXP_FLAG_LONG_PKT_EN;

Completed in 72 milliseconds