Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/fxp/
HDif_fxpvar.h229 #define FXP_FLAG_EXT_TXCB 0x0008 /* enable use of extended TXCB */ macro
HDif_fxp.c617 sc->flags |= FXP_FLAG_EXT_TXCB; in fxp_attach()
2366 cbp->ext_txcb_dis = sc->flags & FXP_FLAG_EXT_TXCB ? 0 : 1; in fxp_init_body()
2517 if (sc->flags & FXP_FLAG_EXT_TXCB) in fxp_init_body()