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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_phy.c85 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) argument
93 phy->advertising = advertise;
95 /* Setup standard advertise */
101 if (advertise & ADVERTISED_10baseT_Half)
103 if (advertise & ADVERTISED_10baseT_Full)
105 if (advertise & ADVERTISED_100baseT_Half)
107 if (advertise & ADVERTISED_100baseT_Full)
109 if (advertise & ADVERTISED_Pause)
111 if (advertise & ADVERTISED_Asym_Pause)
121 if (advertise
[all...]
H A Dibm_emac_phy.h30 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem_phy.c307 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) argument
315 phy->advertising = advertise;
317 /* Setup standard advertise */
320 if (advertise & ADVERTISED_10baseT_Half)
322 if (advertise & ADVERTISED_10baseT_Full)
324 if (advertise & ADVERTISED_100baseT_Half)
326 if (advertise & ADVERTISED_100baseT_Full)
462 static int bcm54xx_setup_aneg(struct mii_phy *phy, u32 advertise) argument
470 phy->advertising = advertise;
472 /* Setup standard advertise */
737 marvell_setup_aneg(struct mii_phy *phy, u32 advertise) argument
[all...]
H A Dsungem_phy.h11 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
H A Dmii.c166 /* advertise only what has been requested */
313 int advertise, lpa, media, duplex; local
343 /* get MII advertise and LPA values */
345 advertise = mii->advertising;
347 advertise = mii->mdio_read(mii->dev, mii->phy_id, MII_ADVERTISE);
348 mii->advertising = advertise;
354 /* figure out media and duplex from advertise and LPA values */
355 media = mii_nway_result(lpa & advertise);
H A Dmacb.c205 int advertise, lpa, media, duplex; local
231 /* get MII advertise and LPA values */
233 advertise = mii->advertising;
235 advertise = mii->mdio_read(mii->dev, mii->phy_id, MII_ADVERTISE);
236 mii->advertising = advertise;
240 /* figure out media and duplex from advertise and LPA values */
241 media = mii_nway_result(lpa & advertise);
952 MII_ENTRY(advertise, MII_ADVERTISE);
H A Dspider_net.c177 u32 advertise = 0; local
184 advertise |= ADVERTISED_10baseT_Half;
186 advertise |= ADVERTISED_10baseT_Full;
188 advertise |= ADVERTISED_100baseT_Half;
190 advertise |= ADVERTISED_100baseT_Full;
193 advertise |= SUPPORTED_1000baseT_Full;
195 advertise |= SUPPORTED_1000baseT_Half;
198 phy->def->ops->setup_aneg(phy, advertise);
H A Dbig_sur_ge.c1411 unsigned int advertise, partner, neg; local
1415 MII_ADVERTISE, &advertise);
1433 neg = advertise & partner & ADVERTISE_ALL;
H A Dsungem.c1223 u32 advertise, features; local
1232 /* Setup advertise */
1238 advertise = features & ADVERTISE_MASK;
1240 advertise &= gp->phy_mii.advertising;
1250 advertise = ep->advertising;
1290 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise);
1772 /* Can I advertise gigabit here ? I'd need BCM PHY docs... */
2664 * advertise set, we need to return something sensible so
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dphy_device.c290 * genphy_config_advert - sanitize and advertise auto-negotation parameters
294 * after sanitizing the values to make sure we only advertise
299 u32 advertise; local
306 advertise = phydev->advertising;
316 if (advertise & ADVERTISED_10baseT_Half)
318 if (advertise & ADVERTISED_10baseT_Full)
320 if (advertise & ADVERTISED_100baseT_Half)
322 if (advertise & ADVERTISED_100baseT_Full)
324 if (advertise & ADVERTISED_Pause)
326 if (advertise
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcphy.h81 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
H A Dmv88e1xxx.c350 .advertise = mv88e1xxx_advertise,
H A Dsubr.c618 * If the PHY can auto-negotiate first decide what to advertise, then
642 phy->ops->advertise(phy, lc->advertising);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dvsc8211.c218 .advertise = t3_phy_advertise,
H A Dcommon.h530 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
H A Dt3_hw.c362 * @advert: bitmap of capabilities the PHY should advertise
364 * Sets a 10/100/1000 PHY's advertisement registers to advertise the
1057 * - If the PHY can auto-negotiate first decide what to advertise, then
1075 phy->ops->advertise(phy, lc->advertising);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_abr.c201 struct prefix_ipv4 *p, int advertise)
215 && !CHECK_FLAG (advertise, OSPF_AREA_RANGE_ADVERTISE))
217 && CHECK_FLAG (advertise, OSPF_AREA_RANGE_ADVERTISE)))
227 if (CHECK_FLAG (advertise, OSPF_AREA_RANGE_ADVERTISE))
199 ospf_area_range_set(struct ospf *ospf, struct in_addr area_id, struct prefix_ipv4 *p, int advertise) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1284 --- the maximal window for TCP to advertise to these destinations,
1311 --- \threeonly the MSS (``Maximal Segment Size'') to advertise to these
1365 and, probably, even advertise them to its peers.

Completed in 203 milliseconds