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

/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h229 #define FXP_FLAG_SERIAL_MEDIA 0x0010 /* 10Mbps serial interface */ macro
H A Dif_fxp.c557 sc->flags |= FXP_FLAG_SERIAL_MEDIA;
819 if (sc->flags & FXP_FLAG_SERIAL_MEDIA) {
2377 cbp->mediatype = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 0 : 1;
2396 cbp->crscdt = sc->flags & FXP_FLAG_SERIAL_MEDIA ? 1 : 0;

Completed in 48 milliseconds