Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h241 #define FXP_FLAG_NO_UCODE 0x10000 /* ucode is not applicable */ macro
H A Dif_fxp.c534 sc->flags |= FXP_FLAG_NO_UCODE; in fxp_attach()
3073 if (sc->flags & FXP_FLAG_NO_UCODE) in fxp_load_ucode()