Home
last modified time | relevance | path

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

/freebsd/sys/dev/re/
H A Dif_re.c205 static const struct rl_hwrev re_hwrevs[] = {
718 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()
1219 const struct rl_hwrev *hw_rev; in re_attach()
1407 sc->rl_hwrev = hw_rev; in re_attach()
1536 if (sc->rl_hwrev->rl_rev == RL_HWREV_8139CPLUS) { 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.h618 struct rl_hwrev { struct
878 const struct rl_hwrev *rl_hwrev; member