Home
last modified time | relevance | path

Searched refs:advertise (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/linux/drivers/net/
H A Dsungem_phy.c310 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg() argument
318 phy->advertising = advertise; in genmii_setup_aneg()
323 if (advertise & ADVERTISED_10baseT_Half) in genmii_setup_aneg()
325 if (advertise & ADVERTISED_10baseT_Full) in genmii_setup_aneg()
327 if (advertise & ADVERTISED_100baseT_Half) in genmii_setup_aneg()
329 if (advertise & ADVERTISED_100baseT_Full) in genmii_setup_aneg()
466 static int bcm54xx_setup_aneg(struct mii_phy *phy, u32 advertise) in bcm54xx_setup_aneg() argument
474 phy->advertising = advertise; in bcm54xx_setup_aneg()
479 if (advertise & ADVERTISED_10baseT_Half) in bcm54xx_setup_aneg()
481 if (advertise & ADVERTISED_10baseT_Full) in bcm54xx_setup_aneg()
[all …]
H A Dmii.c507 int advertise, lpa, media, duplex; in mii_check_media() local
541 advertise = mii->advertising; in mii_check_media()
543 advertise = mii->mdio_read(mii->dev, mii->phy_id, MII_ADVERTISE); in mii_check_media()
544 mii->advertising = advertise; in mii_check_media()
551 media = mii_nway_result(lpa & advertise); in mii_check_media()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg() argument
118 phy->advertising = advertise; in genmii_setup_aneg()
134 if (advertise & ADVERTISED_10baseT_Half) in genmii_setup_aneg()
136 if (advertise & ADVERTISED_10baseT_Full) in genmii_setup_aneg()
138 if (advertise & ADVERTISED_100baseT_Half) in genmii_setup_aneg()
140 if (advertise & ADVERTISED_100baseT_Full) in genmii_setup_aneg()
142 if (advertise & ADVERTISED_Pause) in genmii_setup_aneg()
144 if (advertise & ADVERTISED_Asym_Pause) in genmii_setup_aneg()
154 if (advertise & ADVERTISED_1000baseT_Full) in genmii_setup_aneg()
156 if (advertise & ADVERTISED_1000baseT_Half) in genmii_setup_aneg()
H A Dphy.h31 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dethtool.sh188 ethtool_set $h1 advertise $speed_1_to_advertise
204 ethtool_set $h2 advertise $speed_2_to_advertise
230 ethtool_set $h1 advertise $speed_to_advertise
273 ethtool_set $h1 advertise $speed1
274 ethtool_set $h2 advertise $speed2
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c37 u32 advertise; in genphy_config_advert() local
43 advertise = phydev->advertising; in genphy_config_advert()
54 if (advertise & ADVERTISED_10baseT_Half) in genphy_config_advert()
56 if (advertise & ADVERTISED_10baseT_Full) in genphy_config_advert()
58 if (advertise & ADVERTISED_100baseT_Half) in genphy_config_advert()
60 if (advertise & ADVERTISED_100baseT_Full) in genphy_config_advert()
62 if (advertise & ADVERTISED_Pause) in genphy_config_advert()
64 if (advertise & ADVERTISED_Asym_Pause) in genphy_config_advert()
66 if (advertise & ADVERTISED_1000baseX_Half) in genphy_config_advert()
68 if (advertise & ADVERTISED_1000baseX_Full) in genphy_config_advert()
[all …]
/openbmc/linux/drivers/net/pcs/
H A Dpcs-mtk-lynxi.c113 int advertise, link_timer; in mtk_pcs_lynxi_config() local
115 advertise = phylink_mii_c22_pcs_encode_advertisement(interface, in mtk_pcs_lynxi_config()
117 if (advertise < 0) in mtk_pcs_lynxi_config()
118 return advertise; in mtk_pcs_lynxi_config()
177 SGMII_ADVERTISE, advertise, &changed); in mtk_pcs_lynxi_config()
/openbmc/u-boot/drivers/qe/
H A Duec_phy.c233 u32 advertise; in config_genmii_advert() local
238 advertise = mii_info->advertising; in config_genmii_advert()
243 if (advertise & ADVERTISED_10baseT_Half) in config_genmii_advert()
245 if (advertise & ADVERTISED_10baseT_Full) in config_genmii_advert()
247 if (advertise & ADVERTISED_100baseT_Half) in config_genmii_advert()
249 if (advertise & ADVERTISED_100baseT_Full) in config_genmii_advert()
305 u32 advertise; in gbit_config_aneg() local
310 advertise = mii_info->advertising; in gbit_config_aneg()
315 if (advertise & SUPPORTED_1000baseT_Half) in gbit_config_aneg()
317 if (advertise & SUPPORTED_1000baseT_Full) in gbit_config_aneg()
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample22 # List of this member's peer URLs to advertise to the rest of the cluster.
26 # List of this member's client URLs to advertise to the public.
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/
H A Dstdc-predef.patch26 * seems to actually advertise this properly, despite Unicode 3.1 having
/openbmc/linux/include/linux/
H A Dsungem_phy.h14 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/
H A D0001-libedit-Include-missing-header-stdc-predef.h.patch28 * seems to actually advertise this properly, despite Unicode 3.1 having
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c169 u32 advertise = 0; in spider_net_setup_aneg() local
176 advertise |= ADVERTISED_10baseT_Half; in spider_net_setup_aneg()
178 advertise |= ADVERTISED_10baseT_Full; in spider_net_setup_aneg()
180 advertise |= ADVERTISED_100baseT_Half; in spider_net_setup_aneg()
182 advertise |= ADVERTISED_100baseT_Full; in spider_net_setup_aneg()
185 advertise |= SUPPORTED_1000baseT_Full; in spider_net_setup_aneg()
187 advertise |= SUPPORTED_1000baseT_Half; in spider_net_setup_aneg()
190 phy->def->ops->setup_aneg(phy, advertise); in spider_net_setup_aneg()
/openbmc/linux/net/rds/
H A Dib_send.c358 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local
366 advertise = 0; in rds_ib_send_grab_credits()
396 advertise = min_t(unsigned int, posted, max_posted); in rds_ib_send_grab_credits()
397 newval -= IB_SET_POST_CREDITS(advertise); in rds_ib_send_grab_credits()
404 *adv_credits = advertise; in rds_ib_send_grab_credits()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c347 .advertise = t3_phy_advertise,
361 .advertise = t3_phy_advertise_fiber,
H A Daq100x.c258 .advertise = aq100x_advertise,
/openbmc/linux/drivers/nvdimm/
H A DKconfig12 bus is registered to advertise PMEM (persistent memory)
68 Map persistent memory, i.e. advertise it to the memory
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h72 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member
H A Dmv88e1xxx.c351 .advertise = mv88e1xxx_advertise,
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c600 u8 perf_req, bool advertise) in radeon_acpi_pcie_performance_request() argument
624 if (advertise) in radeon_acpi_pcie_performance_request()
/openbmc/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst16 driver to advertise and monitor the power consumption or accumulated energy
/openbmc/linux/drivers/dax/
H A DKconfig36 EFI 2.8 platforms, and others, may advertise 'specific purpose'
/openbmc/qemu/docs/specs/
H A Dppc-spapr-xive.rst57 kernel, KVM will advertise the XIVE capability to QEMU or not.
66 hypervisor will not advertise the KVM capability and QEMU will use the
/openbmc/linux/Documentation/powerpc/
H A Ddawr-power9.rst33 For ptrace, we now advertise zero breakpoints on POWER9 via the
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst17 to advertise and control their local runtime firmware activation

1234