Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/rl/
H A Dif_rlreg.h612 struct rl_type { struct
621 int rl_type; argument
631 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
632 (x)->rl_type == RL_8169)
878 uint8_t rl_type; member
H A Dif_rl.c135 static const struct rl_type rl_devs[] = {
399 if (sc->rl_type == RL_8139) { in rl_miibus_readreg()
445 if (sc->rl_type == RL_8139) { in rl_miibus_writereg()
588 const struct rl_type *t; in rl_probe()
642 const struct rl_type *t; in rl_attach()
761 sc->rl_type = 0; in rl_attach()
764 sc->rl_type = t->rl_basetype; in rl_attach()
770 if (sc->rl_type == 0) { in rl_attach()
773 sc->rl_type = RL_8139; in rl_attach()
796 if (sc->rl_type == RL_8139) in rl_attach()
[all …]
/freebsd-12.1/sys/dev/re/
H A Dif_re.c525 if (sc->rl_type == RL_8169) { in re_miibus_readreg()
579 if (sc->rl_type == RL_8169) { in re_miibus_writereg()
807 if (sc->rl_type == RL_8169) in re_diag()
937 const struct rl_type *t; in re_probe()
1404 sc->rl_type = hw_rev->rl_type; in re_attach()
1664 if (sc->rl_type == RL_8169) in re_attach()
2253 if (sc->rl_type == RL_8169) in re_rxeof()
3235 if (sc->rl_type == RL_8169) in re_init_locked()
3299 if (sc->rl_type == RL_8169) in re_init_locked()
3310 if (sc->rl_type == RL_8169) in re_init_locked()
[all …]