Home
last modified time | relevance | path

Searched full:advertise (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/Linux-v6.1/drivers/net/
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()
320 /* Setup standard 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()
476 /* Setup standard advertise */ in bcm54xx_setup_aneg()
[all …]
Dmii.c271 /* advertise only what has been requested */ in mii_ethtool_sset()
367 /* advertise only what has been requested */ in mii_ethtool_set_link_ksettings()
507 int advertise, lpa, media, duplex; in mii_check_media() local
539 /* get MII advertise and LPA values */ in mii_check_media()
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()
550 /* figure out media and duplex from advertise and LPA values */ in mii_check_media()
551 media = mii_nway_result(lpa & advertise); in mii_check_media()
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dethtool.sh188 ethtool_set $h1 advertise $speed_1_to_advertise
191 log_test "advertise subset of speeds"
204 ethtool_set $h2 advertise $speed_2_to_advertise
211 log_test "advertise subset of speeds"
230 ethtool_set $h1 advertise $speed_to_advertise
252 check_err $? "h1 advertise $speed_to_advertise, h2 sync to speed $chosen_speed"
262 # Test that when we configure links to advertise different speeds,
273 ethtool_set $h1 advertise $speed1
274 ethtool_set $h2 advertise $speed2
283 log_test "advertise different speeds autoneg on"
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_phy.c255 * autoneg_advertised software override. Since we can advertise in igc_phy_setup_autoneg()
272 /* Do we want to advertise 10 Mb Half Duplex? */ in igc_phy_setup_autoneg()
274 hw_dbg("Advertise 10mb Half duplex\n"); in igc_phy_setup_autoneg()
278 /* Do we want to advertise 10 Mb Full Duplex? */ in igc_phy_setup_autoneg()
280 hw_dbg("Advertise 10mb Full duplex\n"); in igc_phy_setup_autoneg()
284 /* Do we want to advertise 100 Mb Half Duplex? */ in igc_phy_setup_autoneg()
286 hw_dbg("Advertise 100mb Half duplex\n"); in igc_phy_setup_autoneg()
290 /* Do we want to advertise 100 Mb Full Duplex? */ in igc_phy_setup_autoneg()
292 hw_dbg("Advertise 100mb Full duplex\n"); in igc_phy_setup_autoneg()
296 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in igc_phy_setup_autoneg()
[all …]
/Linux-v6.1/drivers/net/ethernet/ibm/emac/
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()
128 /* Setup standard 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()
[all …]
Dphy.h31 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
/Linux-v6.1/drivers/net/ethernet/dec/tulip/
Dpnic2.c31 * Bit 9 - Full Duplex mode (Advertise 10BaseT-FD is CSR14<7> is set)
38 * Bit 18 - Advertise T4
39 * Bit 17 - Advertise 100baseTx-FD
40 * Bit 16 - Advertise 100baseTx-HD
43 * Bit 6 - HDE - Advertise 10baseT-HD
103 /* set up what to advertise during the negotiation */ in pnic2_start_nway()
113 /* bit 16 - advertise 100baseTx-HD */ in pnic2_start_nway()
116 /* bit 6 - advertise 10baseT-HD */ in pnic2_start_nway()
145 /* advertise 10baseT-FD for the negotiation (bit 9) */ in pnic2_start_nway()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dtx.h22 /* we only advertise features for IPv4 and IPv6 checksums on in efx_tx_csum_type_skb()
35 /* similarly, we only advertise features for IPv4 and IPv6 checksums, in efx_tx_csum_type_skb()
/Linux-v6.1/drivers/net/ethernet/sfc/
Dtx.h29 /* we only advertise features for IPv4 and IPv6 checksums on in efx_tx_csum_type_skb()
42 /* similarly, we only advertise features for IPv4 and IPv6 checksums, in efx_tx_csum_type_skb()
/Linux-v6.1/include/uapi/linux/
Dmdio.h270 #define MDIO_AN_10GBT_CTRL_ADVFSRT2_5G 0x0020 /* Advertise 2.5GBASE-T fast retrain */
271 #define MDIO_AN_10GBT_CTRL_ADV2_5G 0x0080 /* Advertise 2.5GBASE-T */
272 #define MDIO_AN_10GBT_CTRL_ADV5G 0x0100 /* Advertise 5GBASE-T */
273 #define MDIO_AN_10GBT_CTRL_ADV10G 0x1000 /* Advertise 10GBASE-T */
321 #define MDIO_AN_T1_ADV_M_MST 0x0010 /* advertise master preference */
352 #define MDIO_AN_EEE_ADV_100TX 0x0002 /* Advertise 100TX EEE cap */
353 #define MDIO_AN_EEE_ADV_1000T 0x0004 /* Advertise 1000T EEE cap */
Dmii.h96 #define LPA_SLCT 0x001f /* Same as advertise selector */
152 #define ADVERTISE_1000FULL 0x0200 /* Advertise 1000BASE-T full duplex */
153 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex */
/Linux-v6.1/drivers/nvdimm/
DKconfig12 bus is registered to advertise PMEM (persistent memory)
68 Map persistent memory, i.e. advertise it to the memory
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmac.h60 /* These macros should be used when we wish to advertise STBC support for
96 /* These macros should be used when we wish to advertise STBC support for
/Linux-v6.1/drivers/net/ethernet/intel/igb/
De1000_phy.c857 * configure to advertise the full capability. Setup the PHY to autoneg
873 * by the calling code so we set to advertise full capability. in igb_copper_link_autoneg()
948 * autoneg_advertised software override. Since we can advertise in igb_phy_setup_autoneg()
965 /* Do we want to advertise 10 Mb Half Duplex? */ in igb_phy_setup_autoneg()
967 hw_dbg("Advertise 10mb Half duplex\n"); in igb_phy_setup_autoneg()
971 /* Do we want to advertise 10 Mb Full Duplex? */ in igb_phy_setup_autoneg()
973 hw_dbg("Advertise 10mb Full duplex\n"); in igb_phy_setup_autoneg()
977 /* Do we want to advertise 100 Mb Half Duplex? */ in igb_phy_setup_autoneg()
979 hw_dbg("Advertise 100mb Half duplex\n"); in igb_phy_setup_autoneg()
983 /* Do we want to advertise 100 Mb Full Duplex? */ in igb_phy_setup_autoneg()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
Dphy.c940 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
956 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
958 e_dbg("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
962 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
964 e_dbg("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
968 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
970 e_dbg("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
974 /* Do we want to advertise 100 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
976 e_dbg("Advertise 100mb Full duplex\n"); in e1000_phy_setup_autoneg()
980 /* We do not allow the Phy to advertise 1000 Mb Half Duplex */ in e1000_phy_setup_autoneg()
[all …]
/Linux-v6.1/drivers/ufs/core/
Dufshcd-crypto.c163 * Don't use crypto if either the hardware doesn't advertise the in ufshcd_hba_init_crypto_capabilities()
196 * Cache all the UFS crypto capabilities and advertise the supported in ufshcd_hba_init_crypto_capabilities()
/Linux-v6.1/arch/powerpc/kernel/
Dnote.S35 * can be used to advertise kernel capabilities to userland.
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dserdes.h115 const unsigned long *advertise);
119 const unsigned long *advertise);
/Linux-v6.1/drivers/dax/
DKconfig37 EFI 2.8 platforms, and others, may advertise 'specific purpose'
/Linux-v6.1/net/sunrpc/
Drpcb_clnt.c411 * RPC services invoke this function to advertise their contact
414 * tuple they wish to advertise.
534 * RPC services invoke this function to advertise their contact
537 * netid] tuple they wish to advertise.
557 * supported by this API if the caller wishes to advertise an RPC
/Linux-v6.1/Documentation/block/
Dinline-encryption.rst59 advertise crypto capabilities to upper layers in a generic way.
97 advertise their crypto capabilities and provide certain functions (e.g.,
236 Next, it must advertise its crypto capabilities by setting fields in the
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_acpi.c593 * @advertise: set advertise caps flag if set
600 u8 perf_req, bool advertise) in radeon_acpi_pcie_performance_request() argument
624 if (advertise) in radeon_acpi_pcie_performance_request()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp_aux_backlight.c30 * advertise support for the standard VESA backlight interface when they
497 * interface. This means that there's quite a number of panels out there that will advertise in intel_dp_aux_init_backlight_funcs()
500 * There's a catch to this though: on many panels that advertise support for both in intel_dp_aux_init_backlight_funcs()
/Linux-v6.1/drivers/net/ethernet/intel/e1000/
De1000_hw.c855 * advertise that we are capable of Rx Pause ONLY, we will in e1000_setup_fiber_serdes_link()
856 * advertise that we support both symmetric and asymmetric Rx in e1000_setup_fiber_serdes_link()
1319 * by the calling code so we set to advertise full capability. in e1000_copper_link_autoneg()
1514 * autoneg_advertised software override. Since we can advertise in e1000_phy_setup_autoneg()
1528 /* Do we want to advertise 10 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
1530 e_dbg("Advertise 10mb Half duplex\n"); in e1000_phy_setup_autoneg()
1534 /* Do we want to advertise 10 Mb Full Duplex? */ in e1000_phy_setup_autoneg()
1536 e_dbg("Advertise 10mb Full duplex\n"); in e1000_phy_setup_autoneg()
1540 /* Do we want to advertise 100 Mb Half Duplex? */ in e1000_phy_setup_autoneg()
1542 e_dbg("Advertise 100mb Half duplex\n"); in e1000_phy_setup_autoneg()
[all …]
/Linux-v6.1/arch/powerpc/include/uapi/asm/
Dkvm_para.h28 * accompanied by a KVM_MAGIC_FEAT flag to advertise that they are present

12345678910>>...13