Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h230 #define FXP_FLAG_SERIAL_MEDIA 0x0010 /* 10Mbps serial interface */ macro
H A Dif_fxp.c552 sc->flags |= FXP_FLAG_SERIAL_MEDIA; in fxp_attach()
811 if (sc->flags & FXP_FLAG_SERIAL_MEDIA) { in fxp_attach()
2354 cbp->mediatype = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 0 : 1; in fxp_init_body()
2373 cbp->crscdt = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 1 : 0; in fxp_init_body()