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