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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h229 #define FXP_FLAG_EXT_TXCB 0x0008 /* enable use of extended TXCB */ macro
H A Dif_fxp.c619 sc->flags |= FXP_FLAG_EXT_TXCB;
2366 cbp->ext_txcb_dis = sc->flags & FXP_FLAG_EXT_TXCB ? 0 : 1;
2517 if (sc->flags & FXP_FLAG_EXT_TXCB)

Completed in 107 milliseconds