| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_adjust_tail.c | 159 buf = malloc(9000); in test_xdp_adjust_frags_tail_shrink() 163 memset(buf, 0, 9000); in test_xdp_adjust_frags_tail_shrink() 166 exp_size = 8990; /* 9000 - 10 */ in test_xdp_adjust_frags_tail_shrink() 169 topts.data_size_in = 9000; in test_xdp_adjust_frags_tail_shrink() 170 topts.data_size_out = 9000; in test_xdp_adjust_frags_tail_shrink() 179 exp_size = 4900; /* 9000 - 4100 */ in test_xdp_adjust_frags_tail_shrink() 181 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 190 exp_size = 800; /* 9000 - 8200 */ in test_xdp_adjust_frags_tail_shrink() 191 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink() 229 exp_size = 9000 + 10; in test_xdp_adjust_frags_tail_grow() [all …]
|
| D | xdp_adjust_frags.c | 51 buf = malloc(9000); in test_xdp_update_frags() 55 memset(buf, 0, 9000); in test_xdp_update_frags() 63 topts.data_size_in = 9000; in test_xdp_update_frags() 64 topts.data_size_out = 9000; in test_xdp_update_frags() 74 memset(buf, 0, 9000); in test_xdp_update_frags() 88 memset(buf, 0, 9000); in test_xdp_update_frags()
|
| /Linux-v6.1/Documentation/networking/ |
| D | snmp_counter.rst | 1082 nstatuser@nstat-b:~$ nc -lknv 0.0.0.0 9000 1083 Listening on [0.0.0.0] (family 0, port 9000) 1087 nstatuser@nstat-a:~$ nc -nv 192.168.122.251 9000 1088 Connection to 192.168.122.251 9000 port [tcp/*] succeeded! 1090 The server listened on tcp 9000 port, the client connected to it, they 1124 nstatuser@nstat-b:~$ nc -lkv 0.0.0.0 9000 1125 Listening on [0.0.0.0] (family 0, port 9000) 1129 nstatuser@nstat-a:~$ nc -v nstat-b 9000 1130 Connection to nstat-b 9000 port [tcp/*] succeeded! 1134 nstatuser@nstat-a:~$ nc -v nstat-b 9000 [all …]
|
| /Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | cbq.json | 15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000", 38 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000 mpu 1000", 61 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000 cell 128", 84 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000 cell 100", 106 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000 ewma 16", 129 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000 ewma 128", 150 "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000" 174 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cbq bandwidth 10000 avpkt 9000",
|
| D | hhf.json | 61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root hhf quantum 9000", 64 …"matchPattern": "qdisc hhf 1: root refcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms a…
|
| D | sfq.json | 84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfq quantum 9000", 87 … "matchPattern": "qdisc sfq 1: root refcnt [0-9]+ limit 127p quantum 9000b depth 127 divisor 1024",
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | test_tc_edt.sh | 5 # with dst port = 9000 down to 5MBps. Then it measures actual 62 "nc -4 -l -p 9000 >/dev/null &" 75 bs=1000 count=1000000 > /dev/tcp/${IP_DST}/9000 2>/dev/null"
|
| D | test_lwt_ip_encap.sh | 328 # listen on port 9000, capture TCP into $TMPFILE 332 "nc -4 -l -p 9000 > ${TMPFILE} &" 336 "nc -6 -l -p 9000 > ${TMPFILE} &" 346 "dd if=/dev/zero bs=$PKT_SZ count=1 > /dev/tcp/${IP_DST}/9000 2>/dev/null"
|
| /Linux-v6.1/drivers/net/ethernet/alteon/ |
| D | Kconfig | 26 adapter. The driver allows for using the Jumbo Frame option (9000 28 as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
|
| /Linux-v6.1/scripts/gcc-plugins/ |
| D | arm_ssp_per_task_plugin.c | 50 #if BUILDING_GCC_VERSION >= 9000 101 #if BUILDING_GCC_VERSION >= 9000 in plugin_init()
|
| /Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/ |
| D | fm10k.rst | 68 ifconfig eth<x> mtu 9000 up 72 ip link set mtu 9000 dev eth<x> 76 permanent by adding 'MTU=9000' to the file:
|
| D | igb.rst | 103 ifconfig eth<x> mtu 9000 up 107 ip link set mtu 9000 dev eth<x> 111 permanent by adding 'MTU=9000' to the file:
|
| /Linux-v6.1/drivers/gpu/drm/radeon/ |
| D | radeon_agp.c | 61 …/* Intel 82855PM host bridge / RV250/M9 GL [Mobility FireGL 9000/Radeon 9000] needs AGPMode 1 (Thi… 79 /* Intel 82852/82855 host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 (lp #296617) */ 82 /* Intel 82855PM host bridge / Mobility FireGL 9000 RV250 Needs AGPMode 1 for suspend/resume */
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | stm32mp157c-emstamp-argon.dtsi | 117 st,min-sample-time-ns = <9000>; 122 st,min-sample-time-ns = <9000>; 127 st,min-sample-time-ns = <9000>; 132 st,min-sample-time-ns = <9000>;
|
| /Linux-v6.1/arch/powerpc/boot/dts/ |
| D | eiger.dts | 316 max-frame-size = <9000>; 346 max-frame-size = <9000>; 377 max-frame-size = <9000>; 407 max-frame-size = <9000>;
|
| D | arches.dts | 268 max-frame-size = <9000>; 297 max-frame-size = <9000>; 327 max-frame-size = <9000>;
|
| D | klondike.dts | 161 max-frame-size = <9000>; 191 max-frame-size = <9000>;
|
| /Linux-v6.1/arch/m68k/hp300/ |
| D | README.hp300 | 6 Currently only 9000/340 machines have been tested. Any amount of RAM should
|
| /Linux-v6.1/Documentation/networking/device_drivers/ethernet/neterion/ |
| D | s2io.rst | 119 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration) 128 For MTU=9000, TCP window size of 10 MB is recommended::
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | test_xdp_adjust_tail_grow.c | 24 } else if (data_len == 9000) { in _xdp_adjust_tail_grow()
|
| D | test_xdp_adjust_tail_shrink.c | 24 case 9000: in _xdp_adjust_tail_shrink()
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | cs35l35.txt | 56 converter's output voltage in mV. The range is from 2600mV to 9000mV with 150 cirrus,boost-ctl-millivolt = <9000>;
|
| /Linux-v6.1/drivers/usb/typec/ |
| D | rt1719.c | 339 case 9000: in rt1719_update_operating_status() 455 case 9000: in rt1719_usbpd_request_voltage() 719 RT1719_PSEL_CAPINFO(0x1E, 9000, 0x0F, 4500), 725 RT1719_PSEL_CAPINFO(0x0E, 9000, 0x0F, 1500), 732 RT1719_PSEL_CAPINFO(0x06, 9000, 0x04, 3000),
|
| /Linux-v6.1/Documentation/hwmon/ |
| D | coretemp.rst | 146 Q9100/9000 100 149 X9100/9000 105
|
| /Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
| D | st,stm32-adc.yaml | 531 st,min-sample-time-ns = <9000>; 536 st,min-sample-time-ns = <9000>; 541 st,min-sample-time-ns = <9000>;
|