Searched refs:rl_type (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/re/
H A Dif_re.c175 static const struct rl_type re_devs[] = {
518 if (sc->rl_type == RL_8169) {
556 if (sc->rl_type == RL_8139CPLUS && re8139_reg == RL_BMCR) {
572 if (sc->rl_type == RL_8169) {
580 if (sc->rl_type == RL_8139CPLUS) {
800 if (sc->rl_type == RL_8169)
930 const struct rl_type *t;
1395 sc->rl_type = hw_rev->rl_type;
1577 if (sc->rl_type
[all...]
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c135 static const struct rl_type rl_devs[] = {
397 if (sc->rl_type == RL_8139) {
443 if (sc->rl_type == RL_8139) {
586 const struct rl_type *t;
640 const struct rl_type *t;
759 sc->rl_type = 0;
762 sc->rl_type = t->rl_basetype;
768 if (sc->rl_type == 0) {
771 sc->rl_type = RL_8139;
794 if (sc->rl_type
[all...]
H A Dif_rlreg.h612 struct rl_type { struct
621 int rl_type; member in struct:rl_hwrev
631 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
632 (x)->rl_type == RL_8169)
878 uint8_t rl_type; member in struct:rl_softc

Completed in 104 milliseconds