| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | phy.c | 110 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 D | phy.h | 31 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool.sh | 187 ethtool_set $h1 advertise $speed_1_to_advertise 203 ethtool_set $h2 advertise $speed_2_to_advertise 228 ethtool_set $h1 advertise $speed_to_advertise 271 ethtool_set $h1 advertise $speed1 272 ethtool_set $h2 advertise $speed2
|
| /linux/drivers/net/pcs/ |
| H A D | pcs-mtk-lynxi.c | 168 int advertise, link_timer; in mtk_pcs_lynxi_config() local 171 advertise = phylink_mii_c22_pcs_encode_advertisement(interface, in mtk_pcs_lynxi_config() 173 if (advertise < 0) in mtk_pcs_lynxi_config() 174 return advertise; in mtk_pcs_lynxi_config() 232 SGMII_ADVERTISE, advertise, &changed); in mtk_pcs_lynxi_config()
|
| /linux/Documentation/driver-api/ |
| H A D | wbrf.rst | 12 To mitigate possible RFI interference producers can advertise the 17 the platform designer will advertise the availability of this feature via 19 * Producers with this _DSM will be able to advertise the frequencies in use.
|
| /linux/include/linux/ |
| H A D | sungem_phy.h | 14 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
|
| /linux/net/rds/ |
| H A D | ib_send.c | 358 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()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | vsc8211.c | 347 .advertise = t3_phy_advertise, 361 .advertise = t3_phy_advertise_fiber,
|
| H A D | aq100x.c | 258 .advertise = aq100x_advertise,
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | cphy.h | 72 int (*advertise)(struct cphy *phy, unsigned int advertise_map); member
|
| H A D | mv88e1xxx.c | 351 .advertise = mv88e1xxx_advertise,
|
| /linux/drivers/platform/x86/amd/ |
| H A D | Kconfig | 34 This mechanism will only be activated on platforms that advertise a
|
| /linux/drivers/nvdimm/ |
| H A D | Kconfig | 12 bus is registered to advertise PMEM (persistent memory) 68 Map persistent memory, i.e. advertise it to the memory
|
| /linux/drivers/dax/ |
| H A D | Kconfig | 36 EFI 2.8 platforms, and others, may advertise 'specific purpose'
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | firmware-activate.rst | 17 to advertise and control their local runtime firmware activation
|
| /linux/Documentation/arch/powerpc/ |
| H A D | dawr-power9.rst | 33 For ptrace, we now advertise zero breakpoints on POWER9 via the
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sungem.c | 1239 u32 advertise, features; in gem_begin_auto_negotiation() local 1259 advertise = features & ADVERTISE_MASK; in gem_begin_auto_negotiation() 1261 advertise &= gp->phy_mii.advertising; in gem_begin_auto_negotiation() 1271 advertise = advertising; in gem_begin_auto_negotiation() 1311 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise); in gem_begin_auto_negotiation()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcm63xx_enet.c | 2008 int val, j, up, advertise, lpa, speed, duplex, media; in swphy_poll_timer() local 2045 advertise = bcmenet_sw_mdio_read(priv, external_phy, in swphy_poll_timer() 2052 media = mii_nway_result(lpa & advertise); in swphy_poll_timer() 2061 advertise = bcmenet_sw_mdio_read(priv, external_phy, in swphy_poll_timer() 2067 if (advertise & (ADVERTISE_1000FULL | ADVERTISE_1000HALF) in swphy_poll_timer()
|
| /linux/arch/arm64/boot/dts/exynos/google/ |
| H A D | gs101-pixel-common.dtsi | 164 * Since extboost is the primary path, advertise 900mA.
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_acpi.c | 718 u8 perf_req, bool advertise) in amdgpu_acpi_pcie_performance_request() argument 739 if (advertise) in amdgpu_acpi_pcie_performance_request()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 183 u16 advertise; /* auto-negotiation advertisement */ member
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 181 hardware capability vectors in order to advertise this feature to userspace.
|
| /linux/fs/nfs/ |
| H A D | Kconfig | 151 This option makes the NFS client advertise to NFSv4.1 servers that
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | snapshot.rst | 47 to allow userspace to advertise its support for seeing "Overflow" in the
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cypress_dpm.c | 300 u8 perf_req, bool advertise) in cypress_pcie_performance_request() argument 316 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in cypress_pcie_performance_request() 320 return radeon_acpi_pcie_performance_request(rdev, perf_req, advertise); in cypress_pcie_performance_request()
|