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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c720 if (phydev->duplex != fep->oldduplex){
722 fep->oldduplex = phydev->duplex;
745 fep->oldduplex = -1;
777 fep->oldduplex = -1;
H A Dfs_enet.h150 int oldduplex, oldspeed, oldlink; /* current settings */ member in struct:fs_enet_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgianfar.c446 priv->oldduplex = -1;
1644 if (phydev->duplex != priv->oldduplex) {
1651 priv->oldduplex = phydev->duplex;
1696 priv->oldduplex = -1;
H A Dgianfar.h738 int oldduplex; member in struct:gfar_private
H A Ducc_geth.c1524 if (phydev->duplex != ugeth->oldduplex) {
1530 ugeth->oldduplex = phydev->duplex;
1579 ugeth->oldduplex = -1;
1599 priv->oldduplex = -1;
H A Ducc_geth.h1243 int oldduplex; member in struct:ucc_geth_private

Completed in 71 milliseconds