Home
last modified time | relevance | path

Searched full:advertised (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c338 u64 advertised = 0; in octep_set_link_ksettings() local
365 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_T); in octep_set_link_ksettings()
368 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_R); in octep_set_link_ksettings()
371 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_CR); in octep_set_link_ksettings()
374 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_KR); in octep_set_link_ksettings()
377 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_LR); in octep_set_link_ksettings()
380 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_SR); in octep_set_link_ksettings()
383 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_CR); in octep_set_link_ksettings()
386 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_KR); in octep_set_link_ksettings()
389 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_SR); in octep_set_link_ksettings()
[all …]
/linux/net/tipc/
H A Dgroup.c73 u16 advertised; member
436 /* If not fully advertised, do it now to prevent mutual blocking */ in tipc_group_cong()
437 adv = m->advertised; in tipc_group_cong()
601 m->advertised -= blks; in tipc_group_update_rcv_win()
636 if (m->advertised > (ADV_ACTIVE * 3 / 4)) in tipc_group_update_rcv_win()
641 if (m->advertised > ADV_IDLE) in tipc_group_update_rcv_win()
645 if (m->advertised < ADV_IDLE) { in tipc_group_update_rcv_win()
717 adv = ADV_ACTIVE - m->advertised; in tipc_group_proto_xmit()
719 adv = ADV_IDLE - m->advertised; in tipc_group_proto_xmit()
726 m->advertised += adv; in tipc_group_proto_xmit()
[all …]
/linux/net/ethtool/
H A Deee.c54 ret = ethnl_bitset_size(eee->advertised, eee->supported, in eee_reply_size()
86 eee->advertised, eee->supported, in eee_fill_reply()
140 ret = ethnl_update_bitset(eee.advertised, in ethnl_set_eee()
H A Dlinkmodes.c167 /* Set advertised link modes to all supported modes matching requested speed,
171 * Returns true if advertised modes bitmap was modified.
/linux/drivers/net/
H A Dmdio.c173 * @npage_adv: Modes currently advertised on next pages
174 * @npage_lpa: Modes advertised by link partner on next pages
280 * mode, otherwise report best advertised mode. */ in mdio45_ethtool_gset_npage()
345 * @npage_adv: Modes currently advertised on next pages
346 * @npage_lpa: Modes advertised by link partner on next pages
451 * mode, otherwise report best advertised mode. in mdio45_ethtool_ksettings_get_npage()
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt184 that the feature is not enabled or can not be advertised. Operating systems
186 features to be advertised.
189 advertised to userspace without a one-to-one hwcap bit number may not specify
/linux/include/linux/ceph/
H A Dceph_features.h19 /* this bit is ignored but still advertised by release *when* */
26 * this bit is ignored by release *unused* and not advertised by
59 * because 10.2.z (jewel) did not care if its peers advertised this
/linux/drivers/net/phy/
H A Dphy-c45.c265 * or 1 if advertised modes changed.
679 * genphy_c45_write_eee_adv - write advertised EEE link modes
746 * genphy_c45_read_eee_adv - read advertised EEE link modes
792 * genphy_c45_read_eee_lpa - read advertised LP EEE link modes
1470 * @adv: variable to store advertised linkmodes
1471 * @lp: variable to store LP advertised linkmodes
1536 linkmode_copy(data->advertised, adv); in genphy_c45_ethtool_get_eee()
1550 * advertised, but the previously advertised link modes are
1562 unsigned long *adv = data->advertised; in genphy_c45_ethtool_set_eee()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool_lib.sh34 mode="Advertised link modes"
67 mode="Advertised link modes"
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h93 /* Advertised link speeds */
110 * @advertising: Speeds that are advertised for autoneg (bitmap)
/linux/drivers/firmware/
H A Dsysfb_simplefb.c120 * that it does not exceed the advertised VMEM. in sysfb_create_simplefb()
129 printk(KERN_WARNING "sysfb: VRAM smaller than advertised\n"); in sysfb_create_simplefb()
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst60 **Note:** CPUs are advertised by this file as they are detected and so
62 being modified by the kernel at runtime. Once advertised, CPUs are never
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1655 edata->advertised); in igc_ethtool_get_eee()
1659 edata->advertised); in igc_ethtool_get_eee()
1674 edata->advertised); in igc_ethtool_get_eee()
1728 linkmode_zero(edata->advertised); in igc_ethtool_get_eee()
1908 u16 advertised = 0; in igc_ethtool_set_link_ksettings() local
1935 advertised |= ADVERTISE_2500_FULL; in igc_ethtool_set_link_ksettings()
1939 advertised |= ADVERTISE_1000_FULL; in igc_ethtool_set_link_ksettings()
1943 advertised |= ADVERTISE_100_FULL; in igc_ethtool_set_link_ksettings()
1947 advertised |= ADVERTISE_100_HALF; in igc_ethtool_set_link_ksettings()
1951 advertised |= ADVERTISE_10_FULL; in igc_ethtool_set_link_ksettings()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst89 Advertised link modes: 100baseT/Full
94 Advertised pause frame use: Symmetric
95 Advertised auto-negotiation: Yes
96 Advertised FEC modes: Not reported
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_tcp.h28 /* Window scaling is advertised by the sender */
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h130 fw_port_cap32_t acaps; /* advertised capabilities */
131 fw_port_cap32_t lpacaps; /* peer advertised capabilities */
138 enum cc_pause advertised_fc; /* actual advertised flow control */
/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator-max77620.txt100 rate than advertised ramp rate if it has
115 Note: If the measured ramp delay is same as advertised ramp delay then it is not
/linux/Documentation/admin-guide/perf/
H A Darm_dsu_pmu.rst16 are available or not. Hence the driver exposes only those events advertised
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c608 ADVERTISED = 1, enumerator
613 __ETHTOOL_DECLARE_LINK_MODE_MASK(advertised);
623 case ADVERTISED: in ptys2ethtool_link_mode()
624 return cfg->advertised; in ptys2ethtool_link_mode()
637 linkmode_zero(cfg->advertised); \
640 __set_bit(modes[i], cfg->advertised); \
769 eth_proto, ADVERTISED); in ethtool_get_ptys_link_ksettings()
801 eth_proto, ADVERTISED); in ethtool_get_ptys_link_ksettings()
886 en_info(priv, "Speed was set to 0, Reset advertised Link Modes to default (%x)\n", in speed_set_ptys_admin()
908 link_ksettings->link_modes.advertising, ADVERTISED); in mlx4_en_set_link_ksettings()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c265 /* set the advertised speeds */ in ixgbe_get_link_ksettings()
463 u32 advertised, old; in ixgbe_set_link_ksettings() local
486 advertised = 0; in ixgbe_set_link_ksettings()
489 advertised |= IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_set_link_ksettings()
492 advertised |= IXGBE_LINK_SPEED_5GB_FULL; in ixgbe_set_link_ksettings()
495 advertised |= IXGBE_LINK_SPEED_2_5GB_FULL; in ixgbe_set_link_ksettings()
498 advertised |= IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_set_link_ksettings()
502 advertised |= IXGBE_LINK_SPEED_100_FULL; in ixgbe_set_link_ksettings()
506 advertised |= IXGBE_LINK_SPEED_10_FULL; in ixgbe_set_link_ksettings()
508 if (old == advertised) in ixgbe_set_link_ksettings()
[all …]
/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.h18 * 3840x2160 is advertised as the maximum resolution, but almost any
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h501 * @actual_len: Length of the message as advertised in the command header.
532 * @actual_len: Length of the message as advertised in the command header.
581 * @actual_len: Length of the message as advertised in the command
649 * @channel_no: The channel number as advertised in the urb command.
/linux/include/linux/
H A Dphylink.h103 * @advertising: ethtool bitmask containing advertised link modes
104 * @lp_advertising: ethtool bitmask containing link partner advertised link
304 * the in-band configuration word. Advertised pause modes are set
312 * configuration word. Nothing is advertised by the MAC. The MAC is
/linux/include/uapi/linux/
H A Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */
292 __u32 tcpi_snd_wnd; /* peer's advertised receive window after
295 __u32 tcpi_rcv_wnd; /* local advertised receive window after
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst58 advertised by the adapter. When this parameter is used, the Speed and
351 is advertised (The 1000BaseT spec requires auto-negotiation.)
359 speed and duplex combinations are advertised during the auto-negotiation

12345678910>>...12