F_HAS_RGMII
if (tp->features & F_HAS_RGMII) {
p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1];
tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0;
(tp->features & F_HAS_RGMII) ? "RGMII" : "GMII");
if ((tp->features & F_HAS_RGMII) &&