Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/tools/dtoc/test/
A Ddtoc_test_alias_bad.dts45 ping-expect = <4>;
46 ping-add = <4>;
50 ping-expect = <5>;
51 ping-add = <5>;
A Ddtoc_test_alias_bad_uc.dts45 ping-expect = <4>;
46 ping-add = <4>;
50 ping-expect = <5>;
51 ping-add = <5>;
A Ddtoc_test_inst.dts45 ping-expect = <4>;
46 ping-add = <4>;
50 ping-expect = <5>;
51 ping-add = <5>;
A Ddtoc_test_alias_bad_path.dts45 ping-expect = <4>;
46 ping-add = <4>;
50 ping-expect = <5>;
51 ping-add = <5>;
/u-boot/arch/mips/dts/
A Dnexys4ddr.dts35 xlnx,rx-ping-pong = <0x1>;
37 xlnx,tx-ping-pong = <0x1>;
/u-boot/drivers/misc/
A Dtest_drv.c129 .ping = testfdt_drv_ping,
204 if (!ops->ping) in testfdt_ping()
207 return ops->ping(dev, pingval, pingret); in testfdt_ping()
/u-boot/test/dm/
A Dtest-uclass.c24 if (!ops->ping) in test_ping()
27 return ops->ping(dev, pingval, pingret); in test_ping()
A Dtest-driver.c34 .ping = testdrv_ping,
113 .ping = test_manual_drv_ping,
/u-boot/cmd/
A Dremoteproc.c58 ops->ping ? "ping " : ""); in print_remoteproc_list()
229 U_BOOT_CMD_MKENT(ping, 1, 1, do_remoteproc_wrapper,
A Dnet.c479 ping, 2, 1, do_ping,
/u-boot/include/dm/
A Dtest.h32 int (*ping)(struct udevice *dev, int pingval, int *pingret); member
/u-boot/arch/sandbox/dts/
A Dtest.dts261 ping-expect = <0>;
262 ping-add = <0>;
400 ping-expect = <3>;
401 ping-add = <3>;
440 ping-expect = <4>;
441 ping-add = <4>;
446 ping-add = <5>;
452 ping-add = <6>;
458 ping-add = <7>;
465 ping-add = <6>;
[all …]
/u-boot/arch/arm/dts/
A Dimx6qdl-tqma6a.dtsi49 /* ENET ping patch */
/u-boot/arch/riscv/dts/
A Dopenpiton-riscv64.dts108 xlnx,rx-ping-pong = <0x1>;
110 xlnx,tx-ping-pong = <0x1>;
/u-boot/net/
A DMakefile23 obj-$(CONFIG_CMD_PING) += ping.o
/u-boot/doc/
A DREADME.dns44 bfin> ping ${googleip}
A DREADME.odroid210 The ping command can be used a test to check connectivity. In this example,
212 Odroid # ping 192.168.1.27
223 Odroid # ping 192.168.1.27
/u-boot/drivers/remoteproc/
A Dsandbox_testproc.c331 .ping = sandbox_testproc_ping,
A Drproc-uclass.c476 fn = ops->ping; in _rproc_ops_wrapper()
/u-boot/include/
A Dremoteproc.h484 int (*ping)(struct udevice *dev); member
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.c175 u32 ping; member
935 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
1484 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1498 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds()
1505 qh->ping = 0; in handle_done_ptds()
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom168 BOOT> ping 192.168.0.4
/u-boot/doc/usage/
A Denvironment.rst292 => ping 192.168.0.1 # traffic sent on FEC
294 => ping 10.0.0.1 # traffic sent on SCC
/u-boot/doc/arch/sandbox/
A Dsandbox.rst291 ping $gatewayip
312 Because only UDP is supported, ICMP traffic will not work, so expect that ping
/u-boot/tools/docker/
A DDockerfile66 iputils-ping \

Completed in 52 milliseconds

12