/linux-6.14.4/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | choke.json | 14 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000", 17 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p", 35 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 min 100", 38 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 100p max 250p", 56 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 max 900", 59 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min.*max 900p", 77 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 ecn", 80 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p ecn", 98 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root choke limit 1000 bandwidth 10000 burst 10… 101 "matchPattern": "qdisc choke 1: root refcnt [0-9]+ limit 1000p min 83p max 250p", [all …]
|
D | tbf.json | 14 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 10000", 17 "matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 10Kbit burst 1500b limit 1000b", 35 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 20000 mtu … 38 "matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 20Kbit burst 1500b limit 1000b", 56 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 20000 mtu … 59 …"matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 20Kbit burst 1500b peakrate 30Kbit minburst.… 80 "matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 20Kbit burst 1500b lat 100ms", 98 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 20000 over… 101 …"matchPattern": "qdisc tbf 1: root refcnt [0-9]+ rate 20Kbit burst 1800b limit 1000b overhead 300", 119 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root tbf limit 1000 burst 1500 rate 20000 link… [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 73 [2] = ICE_PHY_TYPE(1000MB, 1000baseT_Full), 74 [3] = ICE_PHY_TYPE(1000MB, 1000baseX_Full), 75 [4] = ICE_PHY_TYPE(1000MB, 1000baseX_Full), 76 [5] = ICE_PHY_TYPE(1000MB, 1000baseKX_Full), 77 [6] = ICE_PHY_TYPE(1000MB, 1000baseT_Full), 83 [12] = ICE_PHY_TYPE(10GB, 10000baseT_Full), 84 [13] = ICE_PHY_TYPE(10GB, 10000baseCR_Full), 85 [14] = ICE_PHY_TYPE(10GB, 10000baseSR_Full), 86 [15] = ICE_PHY_TYPE(10GB, 10000baseLR_Full), [all …]
|
/linux-6.14.4/tools/testing/selftests/net/packetdrill/ |
D | tcp_fast_recovery_prr-ss-30pkt-lost1_4.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test PRR-slowstart implementation. The sender sends 20 packets. Packet 12 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 19 +0 write(4, ..., 10000) = 10000 20 +0 > P. 1:10001(10000) ack 1 26 +0 > . 1:1001(1000) ack 1 28 +0 > . 1001:2001(1000) ack 1 30 +0 > . 2001:3001(1000) ack 1 32 +0 > . 3001:4001(1000) ack 1 42 +.01 write(4, ..., 10000) = 10000
|
D | tcp_fast_recovery_prr-ss-ack-below-snd_una-cubic.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test PRR-slowstart implementation. 15 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 8> 22 +0 write(4, ..., 10000) = 10000 23 +0 > P. 1:10001(10000) ack 1 29 +0 > . 1:1001(1000) ack 1 34 +0 write(4, ..., 10000) = 10000 36 // The following ACK was reordered - delayed so that it arrives with 37 // an ACK field below snd_una. Here we check that the newly-SACKed 40 +0 > . 7001:8001(1000) ack 1 [all …]
|
D | tcp_fast_recovery_prr-ss-10pkt-lost-1.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test PRR-slowstart implementation. 3 // In this variant we test a simple case where in-flight == ssthresh 16 +.1 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 23 +0 write(4, ..., 10000) = 10000 24 +0 > P. 1:10001(10000) ack 1 31 +0 > . 1:1001(1000) ack 1 39 // as in-flight segments are SACKed or ACKed. 43 +0 > . 10001:11001(1000) ack 1 46 +0 > . 11001:12001(1000) ack 1 [all …]
|
D | tcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test shifting of newly-SACKed ranges onto the previous already-SACKed skb. 3 // This variant tests the case where we mark packets 0-4 lost, then 14 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 19 +0 write(4, ..., 10000) = 10000 20 +0 > P. 1:10001(10000) ack 1 24 +.027 > . 1:1001(1000) ack 1 33 +0 > . 1001:2001(1000) ack 1 36 assert tcpi_reordering == 3, tcpi_reordering # 7001:8001 -> 5001:6001 is 3 41 // shift the newly-SACKed range onto the previous skb. [all …]
|
D | tcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test shifting of newly-SACKed ranges onto the previous already-SACKed skb. 3 // This variant tests the case where we mark packets 0-4 lost, then 14 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 19 +0 write(4, ..., 10000) = 10000 20 +0 > P. 1:10001(10000) ack 1 25 +.027 > . 1:1001(1000) ack 1 34 +0 > . 1001:2001(1000) ack 1 37 assert tcpi_reordering == 5, tcpi_reordering # 7001:8001 -> 3001:4001 42 // shift the newly-SACKed range onto the previous skb. [all …]
|
D | tcp_inq_client.pkt | 1 // SPDX-License-Identifier: GPL-2.0 6 // Create a socket and set it to non-blocking. 12 +0 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress) 20 +0 < . 1:10001(10000) ack 1 win 514 25 msg_iov(1)=[{..., 1000}], 29 cmsg_data=9000}]}, 0) = 1000 39 +0 < F. 10001:20001(10000) ack 1 win 514 45 msg_iov(1)=[{..., 10000}], 49 cmsg_data=1}]}, 0) = 10000
|
D | tcp_sack_sack-shift-sacked-2-6-8-3-9-nofack.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test shifting of newly-SACKed ranges onto the previous already-SACKed skb. 3 // This variant tests non-FACK SACK with SACKs coming in the order 16 +0 < S 0:0(0) win 32792 <mss 1000,sackOK,nop,nop,nop,wscale 7> 21 +0 write(4, ..., 10000) = 10000 22 +0 > P. 1:10001(10000) ack 1 29 +0 > . 1:1001(1000) ack 1 35 // shift the newly-SACKed range onto the previous skb. 37 +0 > . 1001:2001(1000) ack 1 39 +0 %{ assert tcpi_reordering == 6, tcpi_reordering }% // 8001:9001 -> 3001:4001 is 6
|
D | tcp_tcp_info_tcp-info-sndbuf-limited.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test send-buffer-limited time in tcp_info for client side. 5 // Create a socket and set it to non-blocking. 10 +0 connect(3, ..., ...) = -1 EINPROGRESS (Operation now in progress) 12 +.01 < S. 0:0(0) ack 1 win 10000 <mss 1000,sackOK,nop,nop,nop,wscale 8> 16 +0 setsockopt(3, SOL_SOCKET, SO_SNDBUF, [10000], 4) = 0 21 +.01 < . 1:1(0) ack 10001 win 10000 23 +.01 < . 1:1(0) ack 30001 win 10000 26 +.01 < . 1:1(0) ack 70001 win 10000 28 +.02 < . 1:1(0) ack 95001 win 10000 [all …]
|
/linux-6.14.4/lib/ |
D | polynomial.c | 1 // SPDX-License-Identifier: GPL-2.0-only 18 * Originally this was part of drivers/hwmon/bt1-pvt.c. 22 * to PVT data and vice-versa are following: 24 * N = 1.8322e-8*(T^4) + 2.343e-5*(T^3) + 8.7018e-3*(T^2) + 3.9269*(T^1) + 26 * T = -1.6743e-11*(N^4) + 8.1542e-8*(N^3) + -1.8201e-4*(N^2) + 27 * 3.1020e-1*(N^1) - 4.838e1 29 * where T = [-48.380, 147.438]C and N = [0, 1023]. 38 * N = (18322e-20*(T^4) + 2343e-13*(T^3) + 87018e-9*(T^2) + 39269e-3*T + 40 * T = -16743e-12*(D^4) + 81542e-9*(D^3) - 182010e-6*(D^2) + 310200e-3*D - 42 * where T = [-48380, 147438] mC and N = [0, 1023]. [all …]
|
/linux-6.14.4/drivers/net/phy/ |
D | sfp-bus.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * struct sfp_bus - internal representation of a sfp bus 36 * sfp_parse_port() - Parse the EEPROM base ID, setting the port type 43 * %PORT_TP, %PORT_FIBRE or %PORT_OTHER. If @support is non-%NULL, 55 switch (id->base.connector) { in sfp_parse_port() 76 if (id->base.e1000_base_t) { in sfp_parse_port() 88 dev_warn(bus->sfp_dev, "SFP: unknown connector id 0x%02x\n", in sfp_parse_port() 89 id->base.connector); in sfp_parse_port() 111 * sfp_may_have_phy() - indicate whether the module may have a PHY 120 if (id->base.e1000_base_t) in sfp_may_have_phy() [all …]
|
D | phy-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 10 * phy_speed_to_str - Return a string representing the PHY link speed 57 return "Unsupported (update phy-core.c)"; in phy_speed_to_str() 63 * phy_duplex_to_str - Return string describing the duplex 75 return "Unsupported (update phy-core.c)"; in phy_duplex_to_str() 80 * phy_rate_matching_to_str - Return a string describing the rate matching 94 return "open-loop"; in phy_rate_matching_to_str() 96 return "Unsupported (update phy-core.c)"; in phy_rate_matching_to_str() 101 * phy_interface_num_ports - Return the number of links that can be carried by 102 * a given MAC-PHY physical link. Returns 0 if this is [all …]
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | tda10086.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 45 msg.addr = state->config->demod_address; in tda10086_write_byte() 46 ret = i2c_transfer(state->i2c, &msg, 1); in tda10086_write_byte() 63 msg[0].addr = state->config->demod_address; in tda10086_read_byte() 64 msg[1].addr = state->config->demod_address; in tda10086_read_byte() 65 ret = i2c_transfer(state->i2c, msg, 2); in tda10086_read_byte() 95 struct tda10086_state* state = fe->demodulator_priv; in tda10086_init() 100 if (state->config->diseqc_tone) in tda10086_init() 120 if (state->config->xtal_freq == TDA10086_XTAL_16M) { in tda10086_init() 133 tda10086_write_byte(state, 0x56, 0x80); /* powerdown WPLL - unused in the mode we use */ in tda10086_init() [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | pro_epilogue.c | 1 // SPDX-License-Identifier: GPL-2.0 19 args->a += 1; in subprog() 20 return args->a; in subprog() 27 __xlated("2: r7 += 1000") 32 __xlated("6: call kernel-function") 53 __xlated("0: *(u64 *)(r10 -8) = r1") 57 __xlated("3: call kernel-function") 61 __xlated("6: r1 = *(u64 *)(r10 -8)") 64 __xlated("9: r6 += 10000") 88 __xlated("2: r7 += 1000") [all …]
|
D | pro_epilogue_goto_start.c | 1 // SPDX-License-Identifier: GPL-2.0 16 __xlated("2: r7 += 1000") 22 __xlated("7: goto pc-3") 24 __xlated("9: goto pc-6") 34 "goto -3;" in test_prologue_goto_start() 36 "goto -6;" in test_prologue_goto_start() 44 __xlated("0: *(u64 *)(r10 -8) = r1") 49 __xlated("4: goto pc-3") 51 __xlated("6: goto pc-6") 54 __xlated("8: r1 = *(u64 *)(r10 -8)") [all …]
|
/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_policer.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # Test devlink-trap policer functionality over mlxsw. 6 # +---------------------------------+ 12 # +----|----------------------------+ 14 # +----|----------------------------------------------------------------------+ 22 # +----|----------------------------------------------------------------------+ 24 # +----|----------------------------+ 30 # +---------------------------------+ 50 mtu_set $h1 10000 53 ip -4 route add default vrf v$h1 nexthop via 192.0.2.2 [all …]
|
/linux-6.14.4/fs/udf/ |
D | udftime.c | 1 // SPDX-License-Identifier: LGPL-2.0+ 9 * 10/04/98: added new table-based lookup after seeing how ugly 41 if (offset == -2047) /* unspecified offset */ in udf_disk_stamp_to_time() 46 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time() 48 dest->tv_sec -= offset * 60; in udf_disk_stamp_to_time() 52 * recorded with bogus sub-second values. in udf_disk_stamp_to_time() 56 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time() 59 dest->tv_nsec = 0; in udf_disk_stamp_to_time() 70 offset = -sys_tz.tz_minuteswest; in udf_time_to_disk_stamp() 72 dest->typeAndTimezone = cpu_to_le16(0x1000 | (offset & 0x0FFF)); in udf_time_to_disk_stamp() [all …]
|
/linux-6.14.4/net/ethtool/ |
D | common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 17 [NETIF_F_SG_BIT] = "tx-scatter-gather", 18 [NETIF_F_IP_CSUM_BIT] = "tx-checksum-ipv4", 19 [NETIF_F_HW_CSUM_BIT] = "tx-checksum-ip-generic", 20 [NETIF_F_IPV6_CSUM_BIT] = "tx-checksum-ipv6", 22 [NETIF_F_FRAGLIST_BIT] = "tx-scatter-gather-fraglist", 23 [NETIF_F_HW_VLAN_CTAG_TX_BIT] = "tx-vlan-hw-insert", 25 [NETIF_F_HW_VLAN_CTAG_RX_BIT] = "rx-vlan-hw-parse", 26 [NETIF_F_HW_VLAN_CTAG_FILTER_BIT] = "rx-vlan-filter", 27 [NETIF_F_HW_VLAN_STAG_TX_BIT] = "tx-vlan-stag-hw-insert", [all …]
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | nand_timings.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> 16 * For non-ONFI chips we use the highest possible value for tPROG and tBERS. 48 .tIR_min = 10000, 78 .tALH_min = 10000, 80 .tAR_min = 10000, 83 .tCH_min = 10000, 85 .tCLH_min = 10000, 86 .tCLR_min = 10000, 90 .tDH_min = 10000, [all …]
|
/linux-6.14.4/tools/power/cpupower/utils/helpers/ |
D | misc.c | 1 // SPDX-License-Identifier: GPL-2.0 59 return -1; in cpupower_intel_get_perf_bias() 64 return -1; in cpupower_intel_get_perf_bias() 68 return -1; in cpupower_intel_get_perf_bias() 79 return -1; in cpupower_intel_set_perf_bias() 85 return -1; in cpupower_intel_set_perf_bias() 99 return -1; in cpupower_set_epp() 104 return -1; in cpupower_set_epp() 117 return -1; in cpupower_set_amd_pstate_mode() 122 return -1; in cpupower_set_amd_pstate_mode() [all …]
|
/linux-6.14.4/drivers/s390/net/ |
D | qeth_ethtool.c | 1 // SPDX-License-Identifier: GPL-2.0 89 struct qeth_card *card = dev->ml_priv; in qeth_get_sset_count() 94 card->qdio.no_out_queues * TXQ_STATS_LEN; in qeth_get_sset_count() 96 return -EINVAL; in qeth_get_sset_count() 103 struct qeth_card *card = dev->ml_priv; in qeth_get_ethtool_stats() 106 qeth_add_stat_data(&data, &card->stats, card_stats, CARD_STATS_LEN); in qeth_get_ethtool_stats() 107 for (i = 0; i < card->qdio.no_out_queues; i++) in qeth_get_ethtool_stats() 108 qeth_add_stat_data(&data, &card->qdio.out_qs[i]->stats, in qeth_get_ethtool_stats() 116 WRITE_ONCE(queue->coalesce_usecs, coal->tx_coalesce_usecs); in __qeth_set_coalesce() 117 WRITE_ONCE(queue->max_coalesced_frames, coal->tx_max_coalesced_frames); in __qeth_set_coalesce() [all …]
|
/linux-6.14.4/drivers/iio/dac/ |
D | ad3552r-common.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // Copyright (c) 2010-2024 Analog Devices Inc. 17 [AD3552R_CH_OUTPUT_RANGE_0__10V] = { 0, 10000 }, 18 [AD3552R_CH_OUTPUT_RANGE_NEG_5__5V] = { -5000, 5000 }, 19 [AD3552R_CH_OUTPUT_RANGE_NEG_10__10V] = { -10000, 10000 } 26 [AD3542R_CH_OUTPUT_RANGE_0__10V] = { 0, 10000 }, 27 [AD3542R_CH_OUTPUT_RANGE_NEG_5__5V] = { -5000, 5000 }, 28 [AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V] = { -2500, 7500 } 34 [AD3552R_CH_GAIN_SCALING_1] = 1000, 57 * Vmax = 2.5 - [(GainP + Offset / 1024) * 2.5 * Rfb * 1.03] in ad3552r_get_custom_range() [all …]
|
/linux-6.14.4/drivers/media/pci/cobalt/ |
D | cobalt-cpld.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates. 11 #include "cobalt-cpld.h" 17 return cobalt_bus_read32(cobalt->bar1, ADRS(offset)); in cpld_read() 22 return cobalt_bus_write32(cobalt->bar1, ADRS(offset), val); in cpld_write() 36 …cobalt_info("CPLD HSMA Clk Osc register (read/write) - Must set wr trigger to load default values\… in cpld_info_ver3() 67 tmp = (rd * 33 * 1000) / (483 * 10); in cpld_info_ver3() 68 cobalt_info("\t\tVDD 3V3: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3() 70 tmp = (rd * 74 * 2197) / (27 * 1000); in cpld_info_ver3() 71 cobalt_info("\t\tADC ch3 5V: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3() [all …]
|