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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dfixed.c58 struct fixed_phy_status phy_status; member in struct:fixed_info
104 if(fixed->phy_status.link)
107 if(fixed->phy_status.duplex) {
110 switch ( fixed->phy_status.speed ) {
121 switch ( fixed->phy_status.speed ) {
148 &fixed->phy_status);
228 fixed->phy_status.speed = speed;
229 fixed->phy_status.duplex = duplex;
230 fixed->phy_status.link = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c91 /* values for phy_status */
383 uint phy_status; member in struct:fcc_enet_private
816 uint s = fep->phy_status;
827 fep->phy_status = s;
833 uint s = fep->phy_status;
842 fep->phy_status = s;
848 uint s = fep->phy_status;
861 fep->phy_status = s;
919 uint s = fep->phy_status;
935 fep->phy_status
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c172 uint phy_status; member in struct:fec_enet_private
263 /* values for phy_status */
846 volatile uint *s = &(fep->phy_status);
863 volatile uint *s = &(fep->phy_status);
876 volatile uint *s = &(fep->phy_status);
904 volatile uint *s = &(fep->phy_status);
978 volatile uint *s = &(fep->phy_status);
1056 volatile uint *s = &(fep->phy_status);
1131 uint s = fep->phy_status;
1143 fep->phy_status
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c211 uint phy_status; member in struct:fec_enet_private
285 /* values for phy_status */
772 volatile uint *s = &(fep->phy_status);
790 volatile uint *s = &(fep->phy_status);
805 volatile uint *s = &(fep->phy_status);
833 volatile uint *s = &(fep->phy_status);
904 volatile uint *s = &(fep->phy_status);
988 volatile uint *s = &(fep->phy_status);
1058 volatile uint *s = &(fep->phy_status);
1155 volatile uint *s = &(fep->phy_status);
[all...]
H A Dtlan.c2831 u16 phy_status; local
2836 TLan_MiiReadReg( dev, phy, MII_GEN_STS, &phy_status );
2839 if (!(phy_status & MII_GS_LINK)) {
2850 if ((phy_status & MII_GS_LINK) && !priv->link) {
H A Dtg3.c955 u32 phy_status; local
965 err = tg3_readphy(tp, MII_BMSR, &phy_status);
966 err |= tg3_readphy(tp, MII_BMSR, &phy_status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c4637 uint16_t phy_status; local
4647 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
4648 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
4649 e1000_read_phy_reg(&adapter->hw, PHY_1000T_STATUS, &phy_status);
4650 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;

Completed in 100 milliseconds