Searched refs:F_HAS_RGMII (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis190.c261 F_HAS_RGMII = 1, enumerator in enum:sis190_feature
992 if ((tp->features & F_HAS_RGMII) &&
1003 if (tp->features & F_HAS_RGMII) {
1367 p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1];
1577 tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0;
1898 (tp->features & F_HAS_RGMII) ? "RGMII" : "GMII");

Completed in 53 milliseconds