Searched refs:FXP_FLAG_EXT_TXCB (Results 1 – 2 of 2) sorted by relevance
229 #define FXP_FLAG_EXT_TXCB 0x0008 /* enable use of extended TXCB */ macro
613 sc->flags |= FXP_FLAG_EXT_TXCB; in fxp_attach()2345 cbp->ext_txcb_dis = sc->flags & FXP_FLAG_EXT_TXCB ? 0 : 1; in fxp_init_body()2496 if (sc->flags & FXP_FLAG_EXT_TXCB) in fxp_init_body()