| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | test.dts | 38 ping-expect = <0>; 39 ping-add = <0>; 60 ping-expect = <3>; 61 ping-add = <3>; 86 ping-expect = <4>; 87 ping-add = <4>; 91 ping-expect = <5>; 92 ping-add = <5>; 97 ping-expect = <6>; 98 ping-add = <6>; [all …]
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | nexys4ddr.dts | 35 xlnx,rx-ping-pong = <0x1>; 37 xlnx,tx-ping-pong = <0x1>;
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | test-uclass.c | 25 if (!ops->ping) in test_ping() 28 return ops->ping(dev, pingval, pingret); in test_ping()
|
| H A D | test-driver.c | 33 .ping = testdrv_ping, 105 .ping = test_manual_drv_ping,
|
| H A D | test-fdt.c | 34 .ping = testfdt_drv_ping, 91 if (!ops->ping) in testfdt_ping() 94 return ops->ping(dev, pingval, pingret); in testfdt_ping()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | remoteproc.c | 54 ops->ping ? "ping " : ""); in print_remoteproc_list() 228 U_BOOT_CMD_MKENT(ping, 1, 1, do_remoteproc_wrapper,
|
| H A D | net.c | 391 ping, 2, 1, do_ping,
|
| H A D | Kconfig | 1166 bool "ping"
|
| /rk3399_rockchip-uboot/net/ |
| H A D | Makefile | 25 obj-$(CONFIG_CMD_PING) += ping.o
|
| /rk3399_rockchip-uboot/include/ |
| H A D | remoteproc.h | 74 int (*ping)(struct udevice *dev); member
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | test.h | 34 int (*ping)(struct udevice *dev, int pingval, int *pingret); member
|
| /rk3399_rockchip-uboot/drivers/remoteproc/ |
| H A D | sandbox_testproc.c | 310 .ping = sandbox_testproc_ping,
|
| H A D | rproc-uclass.c | 375 fn = ops->ping; in _rproc_ops_wrapper()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.dns | 44 bfin> ping ${googleip}
|
| H A D | README.odroid | 207 The ping command can be used a test to check connectivity. In this example, 209 Odroid # ping 192.168.1.27 220 Odroid # ping 192.168.1.27
|
| H A D | README.drivers.eth | 176 some net operation (ping / tftp / whatever...)
|
| H A D | README.m54418twr | 229 ping - send ICMP ECHO_REQUEST to network host
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 168 BOOT> ping 192.168.0.4
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 235 ping $gatewayip 255 Because only UDP is supported, ICMP traffic will not work, so expect that ping
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 220 ping - send ICMP ECHO_REQUEST to network host
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 251 ping - send ICMP ECHO_REQUEST to network host
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.lsch3 | 301 => ping $serverip
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | Kconfig | 150 This driver simply responds with fake ARP replies and ping
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 234 ping - send ICMP ECHO_REQUEST to network host
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 323 ping - send ICMP ECHO_REQUEST to network host
|