Home
last modified time | relevance | path

Searched refs:rl_rev (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/re/
HDif_re.c707 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168F) { in re_set_rxmode()
738 if (sc->rl_hwrev->rl_rev == RL_HWREV_8169S) in re_reset()
1392 if (hw_rev->rl_rev == hwrev) { in re_attach()
1405 switch (hw_rev->rl_rev) { in re_attach()
1522 if (sc->rl_hwrev->rl_rev == RL_HWREV_8139CPLUS) { in re_attach()
1614 if (hw_rev->rl_rev == RL_HWREV_8401E) in re_attach()
1631 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168C || in re_attach()
1632 sc->rl_hwrev->rl_rev == RL_HWREV_8168C_SPIN2 || in re_attach()
1633 sc->rl_hwrev->rl_rev == RL_HWREV_8168CP) { in re_attach()
3008 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168E_VL) { in re_set_jumbo()
[all …]
/NextBSD/sys/dev/rl/
HDif_rlreg.h620 uint32_t rl_rev; member