Home
last modified time | relevance | path

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

/freebsd/sys/dev/re/
H A Dif_re.c718 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168F) { in re_set_rxmode()
749 if (sc->rl_hwrev->rl_rev == RL_HWREV_8169S) in re_reset()
1405 if (hw_rev->rl_rev == hwrev) { in re_attach()
1418 switch (hw_rev->rl_rev) { in re_attach()
1536 if (sc->rl_hwrev->rl_rev == RL_HWREV_8139CPLUS) { in re_attach()
1623 if (hw_rev->rl_rev == RL_HWREV_8401E) in re_attach()
1640 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168C || in re_attach()
1641 sc->rl_hwrev->rl_rev == RL_HWREV_8168C_SPIN2 || in re_attach()
1642 sc->rl_hwrev->rl_rev == RL_HWREV_8168CP) { in re_attach()
3028 if (sc->rl_hwrev->rl_rev == RL_HWREV_8168E_VL) { in re_set_jumbo()
[all …]
/freebsd/sys/dev/rl/
H A Dif_rlreg.h619 uint32_t rl_rev; member