Home
last modified time | relevance | path

Searched refs:rl_type (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/dev/ic/
Drtl81x9reg.h596 struct rl_type { struct
624 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
625 (x)->rl_type == RL_8169)
654 u_int8_t rl_type; member
Dre.c364 if (sc->rl_type == RL_8169) { in re_miibus_readreg()
424 if (sc->rl_type == RL_8169) { in re_miibus_writereg()
820 sc->rl_type = RL_8169; in re_attach_common()
822 if (sc->rl_type == RL_8169) { in re_attach_common()
880 if (sc->rl_type == RL_8169) in re_attach_common()
1131 if (sc->rl_type == RL_8169)
1612 if (sc->rl_type == RL_8169)
1685 if (sc->rl_type == RL_8169) in re_init()
1766 if (sc->rl_type == RL_8169) in re_init()
1775 if (sc->rl_type == RL_8169) in re_init()
Drtl81x9.c1240 sc->rl_type = RL_8139;
1242 sc->rl_type = RL_8129;
1244 sc->rl_type = RL_UNKNOWN; /* could be 8138 or other */
1387 if (sc->rl_type == RL_8139) {
1439 if (sc->rl_type == RL_8139) {
/mirbsd/src/sys/dev/pci/
Dif_re_pci.c184 sc->rl_type = RL_8169; in re_pci_attach()
/mirbsd/src/sys/dev/cardbus/
Dif_re_cardbus.c166 sc->rl_type = RL_8169; in re_cardbus_attach()
Dif_rl_cardbus.c217 sc->rl_type = RL_8139;