Home
last modified time | relevance | path

Searched full:9000 (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c165 buf = malloc(9000); in test_xdp_adjust_frags_tail_shrink()
169 memset(buf, 0, 9000); in test_xdp_adjust_frags_tail_shrink()
172 exp_size = 8990; /* 9000 - 10 */ in test_xdp_adjust_frags_tail_shrink()
175 topts.data_size_in = 9000; in test_xdp_adjust_frags_tail_shrink()
176 topts.data_size_out = 9000; in test_xdp_adjust_frags_tail_shrink()
185 exp_size = 4900; /* 9000 - 4100 */ in test_xdp_adjust_frags_tail_shrink()
187 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink()
196 exp_size = 800; /* 9000 - 8200 */ in test_xdp_adjust_frags_tail_shrink()
197 topts.data_size_out = 9000; /* reset from previous invocation */ in test_xdp_adjust_frags_tail_shrink()
235 exp_size = 9000 + 10; in test_xdp_adjust_frags_tail_grow()
[all …]
H A Dxdp_adjust_frags.c51 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()
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst1082 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 …]
/openbmc/qemu/linux-user/hppa/
H A Dtarget_proc.h19 dprintf(fd, "model\t\t: 9000/778/B160L - " in open_cpuinfo()
20 "Merlin L2 160 QEMU (9000/778/B160L)\n\n"); in open_cpuinfo()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tc_edt.sh5 # with dst port = 9000 down to 5MBps. Then it measures actual
63 "nc -4 -l -p 9000 >/dev/null &"
76 bs=1000 count=1000000 > /dev/tcp/${IP_DST}/9000 2>/dev/null"
/openbmc/linux/drivers/net/ethernet/alteon/
H A DKconfig26 adapter. The driver allows for using the Jumbo Frame option (9000
28 as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c728 {"/pci@i0cf8/ide@1,1/drive@0/disk@1", {9000, 120, 30} }, in test_override_ide()
738 add_ide_disk(args, 1, 0, 1, 9000, 120, 30); in test_override_ide()
749 {"/pci@i0cf8/pci8086,2922@1f,2/drive@1/disk@0", {9000, 120, 30} }, in test_override_sata()
759 add_ide_disk(args, 1, 1, 0, 9000, 120, 30); in test_override_sata()
770 {"/pci@i0cf8/scsi@3/channel@0/disk@1,0", {9000, 120, 30} }, in test_override_scsi()
781 add_scsi_disk(args, 1, 0, 0, 1, 0, 9000, 120, 30); in test_override_scsi()
803 {"/pci@i0cf8/pci-bridge@1/scsi@3/channel@0/disk@1,0", {9000, 120, 30} }, in test_override_scsi_q35()
815 add_scsi_disk(args, 1, 0, 0, 1, 0, 9000, 120, 30); in test_override_scsi_q35()
826 {"/pci@i0cf8/scsi@3/channel@0/disk@1,0", {9000, 120, 30} }, in test_override_scsi_2_controllers()
838 add_scsi_disk(args, 1, 0, 0, 1, 0, 9000, 120, 30); in test_override_scsi_2_controllers()
[all …]
/openbmc/linux/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c50 #if BUILDING_GCC_VERSION >= 9000
101 #if BUILDING_GCC_VERSION >= 9000 in plugin_init()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst68 ifconfig eth<x> mtu 9000 up
72 ip link set mtu 9000 dev eth<x>
76 permanent by adding 'MTU=9000' to the file:
H A Digb.rst103 ifconfig eth<x> mtu 9000 up
107 ip link set mtu 9000 dev eth<x>
111 permanent by adding 'MTU=9000' to the file:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf79 header 9000 4500
83 repeat 9000 2200
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4_rcw.cfg5 54980000 9000a000 e8104000 a9000000
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_agp.c61 …/* 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 */
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-emstamp-argon.dtsi114 st,min-sample-time-ns = <9000>;
119 st,min-sample-time-ns = <9000>;
124 st,min-sample-time-ns = <9000>;
129 st,min-sample-time-ns = <9000>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm-apache.conf6 ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/usr/share/apache2/htdocs/
/openbmc/linux/arch/m68k/hp300/
H A DREADME.hp3006 Currently only 9000/340 machines have been tested. Any amount of RAM should
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-sbp1.dts4729 shunt-resistor-micro-ohms = <9000>;
4772 shunt-resistor-micro-ohms = <9000>;
4815 shunt-resistor-micro-ohms = <9000>;
4858 shunt-resistor-micro-ohms = <9000>;
4901 shunt-resistor-micro-ohms = <9000>;
4944 shunt-resistor-micro-ohms = <9000>;
4987 shunt-resistor-micro-ohms = <9000>;
5030 shunt-resistor-micro-ohms = <9000>;
5076 shunt-resistor-micro-ohms = <9000>;
5119 shunt-resistor-micro-ohms = <9000>;
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Deiger.dts316 max-frame-size = <9000>;
346 max-frame-size = <9000>;
377 max-frame-size = <9000>;
407 max-frame-size = <9000>;
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dhhf.json61 "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…
H A Dsfq.json84 "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",
/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp_pci.c29 * -9000: Need DR entity to be powered up and unisolated before RTAS call
34 #define RTAS_SLOT_UNISOLATED -9000
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp44 std::make_tuple("power", "9000",
45 "/xyz/openbmc_project/sensors/power/9000"),
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst119 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::
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dmicrocrystal,rv3028.yaml29 - 9000
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_adjust_tail_grow.c28 } else if (data_len == 9000) { in _xdp_adjust_tail_grow()

12345678910>>...15