rl_hwrev
const struct rl_hwrev *rl_hwrev;
const struct rl_hwrev *hw_rev;
sc->rl_hwrev = hw_rev;
if (sc->rl_hwrev->rl_rev == RL_HWREV_8139CPLUS) {
if (sc->rl_hwrev->rl_rev == RL_HWREV_8168C ||
sc->rl_hwrev->rl_rev == RL_HWREV_8168C_SPIN2 ||
sc->rl_hwrev->rl_rev == RL_HWREV_8168CP) {
static const struct rl_hwrev re_hwrevs[] = {
if (sc->rl_hwrev->rl_rev == RL_HWREV_8168E_VL) {
switch (sc->rl_hwrev->rl_rev) {
switch (sc->rl_hwrev->rl_rev) {
switch (sc->rl_hwrev->rl_rev) {
if (sc->rl_hwrev->rl_rev == RL_HWREV_8169_8110SC ||
sc->rl_hwrev->rl_rev == RL_HWREV_8169_8110SCE) {
if (sc->rl_hwrev->rl_rev == RL_HWREV_8169_8110SCE)
sc->rl_hwrev->rl_max_mtu +
sc->rl_hwrev->rl_max_mtu == RL_MTU) {
ifr->ifr_mtu > sc->rl_hwrev->rl_max_mtu ||
if (sc->rl_hwrev->rl_rev == RL_HWREV_8168F) {
if (sc->rl_hwrev->rl_rev == RL_HWREV_8169S)
const struct rl_hwrev *rl_hwrev;