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

/freebsd-10.2-release/sys/pci/
H A Dif_rl.c134 static const struct rl_type rl_devs[] = {
396 if (sc->rl_type == RL_8139) {
442 if (sc->rl_type == RL_8139) {
585 const struct rl_type *t;
639 const struct rl_type *t;
758 sc->rl_type = 0;
761 sc->rl_type = t->rl_basetype;
767 if (sc->rl_type == 0) {
770 sc->rl_type = RL_8139;
793 if (sc->rl_type
[all...]
H A Dif_rlreg.h611 struct rl_type { struct
620 int rl_type; member in struct:rl_hwrev
630 #define RL_ISCPLUS(x) ((x)->rl_type == RL_8139CPLUS || \
631 (x)->rl_type == RL_8169)
877 uint8_t rl_type; member in struct:rl_softc
/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c174 static const struct rl_type re_devs[] = {
513 if (sc->rl_type == RL_8169) {
551 if (sc->rl_type == RL_8139CPLUS && re8139_reg == RL_BMCR) {
567 if (sc->rl_type == RL_8169) {
575 if (sc->rl_type == RL_8139CPLUS) {
796 if (sc->rl_type == RL_8169)
926 const struct rl_type *t;
1392 sc->rl_type = hw_rev->rl_type;
1573 if (sc->rl_type
[all...]

Completed in 265 milliseconds