/linux/net/tipc/ |
H A D | group.c | 73 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 D | eee.c | 54 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 D | linkmodes.c | 167 /* Set advertised link modes to all supported modes matching requested speed, 171 * Returns true if advertised modes bitmap was modified.
|
/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 184 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 D | ceph_features.h | 19 /* 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/tools/testing/selftests/drivers/net/hw/ |
H A D | ethtool_lib.sh | 34 mode="Advertised link modes" 67 mode="Advertised link modes"
|
/linux/drivers/net/phy/ |
H A D | phy-c45.c | 266 * or 1 if advertised modes changed. 680 * genphy_c45_write_eee_adv - write advertised EEE link modes 743 * genphy_c45_read_eee_adv - read advertised EEE link modes 789 * genphy_c45_read_eee_lpa - read advertised LP EEE link modes 1471 * @lp: variable to store LP advertised linkmodes 1520 linkmode_copy(data->advertised, phydev->advertising_eee); in genphy_c45_ethtool_get_eee() 1532 * advertised, but the previously advertised link modes are 1544 unsigned long *adv = data->advertised; in genphy_c45_ethtool_set_eee()
|
H A D | linkmode.c | 52 * Configure the advertised Pause and Asym_Pause bits according to the
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpmac.h | 93 /* Advertised link speeds */ 110 * @advertising: Speeds that are advertised for autoneg (bitmap)
|
/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 89 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 D | nf_conntrack_tcp.h | 28 /* Window scaling is advertised by the sender */
|
/linux/sound/hda/controllers/ |
H A D | Kconfig | 39 which are advertised via ACPI objects.
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 130 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/arch/x86/kernel/cpu/ |
H A D | bhyve.c | 22 /* Features advertised in CPUID_BHYVE_FEATURES %eax */
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | regulator-max77620.txt | 100 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 D | arm_dsu_pmu.rst | 16 are available or not. Hence the driver exposes only those events advertised
|
/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_disp.h | 18 * 3840x2160 is advertised as the maximum resolution, but almost any
|
/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_core.h | 501 * @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/Documentation/arch/x86/ |
H A D | mds.rst | 123 advertised in CPUID. 126 advertised in CPUID. That is mainly for virtualization
|
H A D | tsx_async_abort.rst | 44 advertised in CPUID. 47 advertised in CPUID. That is mainly for virtualization
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 265 /* 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/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | e1000.rst | 58 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
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 104 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ 299 __u32 tcpi_snd_wnd; /* peer's advertised receive window after 302 __u32 tcpi_rcv_wnd; /* local advertised receive window after
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi | 17 command, advertised to have an higher-than-threshold execution
|
/linux/drivers/firmware/arm_scmi/ |
H A D | Kconfig | 82 depending on the SCMI firmware advertised versions and/or machine
|