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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c189 /* advertise only what has been requested */
336 int advertise, lpa, media, duplex; local
366 /* get MII advertise and LPA values */
368 advertise = mii->advertising;
370 advertise = mii->mdio_read(mii->dev, mii->phy_id, MII_ADVERTISE);
371 mii->advertising = advertise;
377 /* figure out media and duplex from advertise and LPA values */
378 media = mii_nway_result(lpa & advertise);
H A Dspider_net.c178 u32 advertise = 0; local
185 advertise |= ADVERTISED_10baseT_Half;
187 advertise |= ADVERTISED_10baseT_Full;
189 advertise |= ADVERTISED_100baseT_Half;
191 advertise |= ADVERTISED_100baseT_Full;
194 advertise |= SUPPORTED_1000baseT_Full;
196 advertise |= SUPPORTED_1000baseT_Half;
199 phy->def->ops->setup_aneg(phy, advertise);
H A Dsungem.c1288 u32 advertise, features; local
1297 /* Setup advertise */
1303 advertise = features & ADVERTISE_MASK;
1305 advertise &= gp->phy_mii.advertising;
1315 advertise = ep->advertising;
1355 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise);
1787 /* Can I advertise gigabit here ? I'd need BCM PHY docs... */
2681 * advertise set, we need to return something sensible so
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dphy.h35 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
H A Dphy.c106 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) argument
114 phy->advertising = advertise;
124 /* Setup standard advertise */
130 if (advertise & ADVERTISED_10baseT_Half)
132 if (advertise & ADVERTISED_10baseT_Full)
134 if (advertise & ADVERTISED_100baseT_Half)
136 if (advertise & ADVERTISED_100baseT_Full)
138 if (advertise & ADVERTISED_Pause)
140 if (advertise & ADVERTISED_Asym_Pause)
150 if (advertise
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/phy/
H A Dphy_device.c535 * genphy_config_advert - sanitize and advertise auto-negotation parameters
539 * after sanitizing the values to make sure we only advertise
545 u32 advertise; local
552 advertise = phydev->advertising;
562 if (advertise & ADVERTISED_10baseT_Half)
564 if (advertise & ADVERTISED_10baseT_Full)
566 if (advertise & ADVERTISED_100baseT_Half)
568 if (advertise & ADVERTISED_100baseT_Full)
570 if (advertise & ADVERTISED_Pause)
572 if (advertise
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dcphy.h82 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dvsc8211.c347 .advertise = t3_phy_advertise,
361 .advertise = t3_phy_advertise_fiber,
H A Daq100x.c258 .advertise = aq100x_advertise,
H A Dcommon.h532 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member in struct:cphy_ops
H A Dt3_hw.c375 * @advert: bitmap of capabilities the PHY should advertise
377 * Sets a 10/100/1000 PHY's advertisement registers to advertise the
418 * @advert: bitmap of capabilities the PHY should advertise
420 * Sets a fiber PHY's advertisement register to advertise the
1321 * - If the PHY can auto-negotiate first decide what to advertise, then
1339 phy->ops->advertise(phy, lc->advertising);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_send.c320 unsigned int avail, posted, got = 0, advertise; local
328 advertise = 0;
358 advertise = min_t(unsigned int, posted, max_posted);
359 newval -= IB_SET_POST_CREDITS(advertise);
366 *adv_credits = advertise;
H A Diw_send.c352 unsigned int avail, posted, got = 0, advertise; local
360 advertise = 0;
390 advertise = min_t(unsigned int, posted, max_posted);
391 newval -= IB_SET_POST_CREDITS(advertise);
398 *adv_credits = advertise;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c91 static void advertise(struct sockaddr_in *, int lft);
499 advertise(&whereto, lifetime);
574 advertise(struct sockaddr_in *sin, int lft) function
887 advertise(&sin, lifetime);
956 advertise(&whereto, 0);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A De1000.h236 u16 advertise; /* auto-negotiation advertisement */ member in struct:e1000_phy_regs
H A Dnetdev.c3906 ret_val |= e1e_rphy(hw, PHY_AUTONEG_ADV, &phy->advertise);
3923 phy->advertise = (ADVERTISE_PAUSE_ASYM | ADVERTISE_PAUSE_CAP |
4873 data->val_out = adapter->phy_regs.advertise;
5021 /* advertise wake from D3Cold */
/netgear-R7000-V1.0.7.12_1.2.5/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 373 milliseconds