/linux-4.4.14/drivers/watchdog/ |
D | max63xx_wdt.c | 55 void (*ping)(struct max63xx_wdt *wdt); member 123 wdt->ping(wdt); in max63xx_wdt_ping() 135 wdt->ping(wdt); in max63xx_wdt_start() 151 .ping = max63xx_wdt_ping, 197 wdt->ping = max63xx_mmap_ping; in max63xx_mmap_init()
|
D | sp805_wdt.c | 124 static int wdt_config(struct watchdog_device *wdd, bool ping) in wdt_config() argument 129 if (!ping) { in wdt_config() 143 if (!ping) { in wdt_config() 198 .ping = wdt_ping,
|
D | bcm47xx_wdt.c | 95 .ping = bcm47xx_wdt_hard_keepalive, 187 .ping = bcm47xx_wdt_soft_keepalive,
|
D | ep93xx_wdt.c | 106 .ping = ep93xx_wdt_keepalive,
|
D | ux500_wdt.c | 76 .ping = ux500_wdt_keepalive,
|
D | watchdog_dev.c | 76 if (wdd->ops->ping) in watchdog_ping() 77 err = wdd->ops->ping(wdd); /* ping the watchdog */ in watchdog_ping()
|
D | intel-mid_wdt.c | 111 .ping = wdt_ping,
|
D | retu_wdt.c | 105 .ping = retu_wdt_ping,
|
D | wm8350_wdt.c | 131 .ping = wm8350_wdt_ping,
|
D | booke_wdt.c | 204 .ping = booke_wdt_ping,
|
D | da9055_wdt.c | 139 .ping = da9055_wdt_ping,
|
D | rt2880_wdt.c | 131 .ping = rt288x_wdt_ping,
|
D | txx9wdt.c | 95 .ping = txx9wdt_ping,
|
D | sirfsoc_wdt.c | 130 .ping = sirfsoc_wdt_updatetimeout,
|
D | menf21bmc_wdt.c | 114 .ping = menf21bmc_wdt_ping,
|
D | da9052_wdt.c | 171 .ping = da9052_wdt_ping,
|
D | rn5t618_wdt.c | 143 .ping = rn5t618_wdt_ping,
|
D | via_wdt.c | 147 .ping = wdt_ping,
|
D | jz4740_wdt.c | 142 .ping = jz4740_wdt_ping,
|
D | da9063_wdt.c | 150 .ping = da9063_wdt_ping,
|
D | meson_wdt.c | 137 .ping = meson_wdt_ping,
|
D | davinci_wdt.c | 152 .ping = davinci_wdt_ping,
|
D | qcom-wdt.c | 78 .ping = qcom_wdt_ping,
|
D | diag288_wdt.c | 199 .ping = wdt_ping,
|
D | of_xilinx_wdt.c | 118 .ping = xilinx_wdt_keepalive,
|
D | mpc8xxx_wdt.c | 140 .ping = mpc8xxx_wdt_ping,
|
D | tegra_wdt.c | 185 .ping = tegra_wdt_ping,
|
D | da9062_wdt.c | 187 .ping = da9062_wdt_ping,
|
D | mena21_wdt.c | 136 .ping = a21_wdt_ping,
|
D | ie6xx_wdt.c | 183 .ping = ie6xx_wdt_ping,
|
D | gpio_wdt.c | 159 .ping = gpio_wdt_ping,
|
D | mtk_wdt.c | 162 .ping = mtk_wdt_ping,
|
D | sama5d4_wdt.c | 114 .ping = sama5d4_wdt_ping,
|
D | wm831x_wdt.c | 180 .ping = wm831x_wdt_ping,
|
D | shwdt.c | 211 .ping = sh_wdt_keepalive,
|
D | imgpdc_wdt.c | 166 .ping = pdc_wdt_keepalive,
|
D | st_lpc_wdt.c | 173 .ping = st_wdog_keepalive,
|
D | lpc18xx_wdt.c | 169 .ping = lpc18xx_wdt_feed,
|
D | sunxi_wdt.c | 209 .ping = sunxi_wdt_ping,
|
D | cadence_wdt.c | 279 .ping = cdns_wdt_reload,
|
D | omap_wdt.c | 225 .ping = omap_wdt_ping,
|
D | coh901327_wdt.c | 244 .ping = coh901327_ping,
|
D | imx2_wdt.c | 214 .ping = imx2_wdt_ping,
|
D | octeon-wdt-main.c | 547 .ping = octeon_wdt_ping,
|
D | iTCO_wdt.c | 384 .ping = iTCO_wdt_ping,
|
D | kempld_wdt.c | 437 .ping = kempld_wdt_keepalive,
|
D | s3c2410_wdt.c | 366 .ping = s3c2410wdt_keepalive,
|
D | orion_wdt.c | 368 .ping = orion_wdt_ping,
|
/linux-4.4.14/Documentation/ |
D | IRQ-affinity.txt | 28 [root@moon 44]# ping -f h 31 --- hell ping statistics --- 45 [root@moon 44]# ping -f h 48 --- hell ping statistics ---
|
/linux-4.4.14/tools/testing/selftests/ftrace/test.d/event/ |
D | toplevel-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | subsystem-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | event-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | lproc_mgc.c | 49 LPROC_SEQ_FOPS_WR_ONLY(mgc, ping);
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 99 int (*ping)(struct watchdog_device *); 139 that regularly sends a keepalive ping to the watchdog timer hardware. 144 * ping: this is the routine that sends a keepalive ping to the watchdog timer 150 the watchdog timer driver core does: to send a keepalive ping to the watchdog 151 timer hardware it will either use the ping operation (when available) or the 152 start operation (when the ping operation is not available).
|
D | watchdog-api.txt | 38 timeout or margin. The simplest way to ping the watchdog is to write 43 still responding before doing the write call to ping the watchdog. 193 WDIOF_KEEPALIVEPING Keep alive ping reply 195 The watchdog saw a keepalive ping since it was last queried.
|
D | convert_drivers_to_kernel_api.txt | 24 also serves as the ping-function. If that is the case and you need start/stop 30 i.e. ping on write and magic char ('V') handling. 130 + .ping = s3c2410wdt_keepalive,
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpss | 89 ping -c 1 $ipaddr &> /dev/null
|
/linux-4.4.14/include/linux/ |
D | watchdog.h | 44 int (*ping)(struct watchdog_device *); member
|
/linux-4.4.14/drivers/ntb/test/ |
D | Kconfig | 4 This is a simple ping pong driver that exercises the scratchpads and
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 1192 u32 ping; in ixgbe_ping_vf() local 1194 ping = IXGBE_PF_CONTROL_MSG; in ixgbe_ping_vf() 1196 ping |= IXGBE_VT_MSGTYPE_CTS; in ixgbe_ping_vf() 1197 ixgbe_write_mbx(hw, &ping, 1, vf); in ixgbe_ping_vf() 1203 u32 ping; in ixgbe_ping_all_vfs() local 1207 ping = IXGBE_PF_CONTROL_MSG; in ixgbe_ping_all_vfs() 1209 ping |= IXGBE_VT_MSGTYPE_CTS; in ixgbe_ping_all_vfs() 1210 ixgbe_write_mbx(hw, &ping, 1, i); in ixgbe_ping_all_vfs()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 84 On the device: ping <host's IP> 85 On the host: ping <device's IP> 117 On the device: ping <host's IP> 118 On the host: ping <device's IP> 150 On the device: ping <host's IP> 151 On the host: ping <device's IP> 408 On the device: ping <host's IP> 409 On the host: ping <device's IP> 532 On the device: ping <host's IP> 533 On the host: ping <device's IP>
|
D | WUSB-Design-overview.txt | 329 if the activity timestamp gets old, we ping the device by sending it a
|
/linux-4.4.14/net/ipv6/ |
D | Makefile | 10 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa_gen6.c | 414 u8 ping[] = { 0x04, 0x00, 0x05, 0x00, 0x2f, 0x00, 0x00 }; in cyapa_gen6_deep_sleep() local 422 cyapa_i2c_pip_write(cyapa, ping, sizeof(ping)); in cyapa_gen6_deep_sleep()
|
/linux-4.4.14/net/ipv4/ |
D | Makefile | 15 inet_fragment.o ping.o ip_tunnel_core.o gre_offload.o
|
/linux-4.4.14/Documentation/networking/ |
D | ipsec.txt | 33 The result is much more wired to the user when ping peer with different
|
D | README.sb1000 | 112 10.) Try pinging a site via `ping -c 5 www.yahoo.com', for example. You should 118 If this doesn't help, try something like `ping -c 5 204.71.200.67' to 130 interface. It looks like I'm connected but I can't even ping any
|
D | batman-adv.txt | 120 # NodeB: ping 192.168.0.1 182 the moment the batctl contains ping, traceroute, tcpdump and
|
D | netconsole.txt | 181 ping -c 1 10.0.0.2 ; /sbin/arp -n | grep 10.0.0.2
|
D | de4x5.txt | 88 using ping showed that it appears to work....
|
D | 3c509.txt | 146 interrupt line. If the device is receiving packets but 'ping' doesn't work,
|
D | dl2k.txt | 44 Now eth0 should active, you can test it by "ping" or get more information by
|
D | eql.txt | 7 to increase your bandwidth. It will not reduce your latency (i.e. ping
|
D | l2tp.txt | 242 # ping 10.5.1.1
|
D | ixgb.txt | 99 ping <IP_address>
|
D | cs89x0.txt | 303 with large ping packets consumes 82% of its CPU capacity in non-DMA
|
D | rxrpc.txt | 197 (*) ACK'ing is handled by the protocol driver automatically, including ping
|
D | bonding.txt | 2540 a "ping" to some other host on the network, and noticing that the 2541 output from ping flags duplicates (typically one per slave). 2546 # ping -n 10.0.4.2
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 161 LPROC_SEQ_FOPS_WR_ONLY(mdc, ping);
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | rpc.h | 204 test_ping_req_t ping; member
|
D | framework.c | 713 test_ping_req_t *ping = &req->tsr_u.ping; in sfw_unpack_addtest_req() local 715 __swab32s(&ping->png_size); in sfw_unpack_addtest_req() 716 __swab32s(&ping->png_flags); in sfw_unpack_addtest_req()
|
D | selftest.h | 387 test_ping_req_t ping; /* ping parameter */ member
|
D | conrpc.c | 777 test_ping_req_t *prq = &req->tsr_u.ping; in lstcon_pingrpc_prep()
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 77 that will periodically "ping" a hardware connected to a GPIO line by toggling 78 it from 1-to-0-to-1. If that hardware does not recieve its "ping"
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 30 - Write 0x00000000 to register 0xA064 to ping? the APU.
|
/linux-4.4.14/drivers/misc/mei/ |
D | wd.c | 343 .ping = mei_wd_ops_ping,
|
/linux-4.4.14/Documentation/thermal/ |
D | nouveau_thermal | 79 inquiries, please ping mupuf on IRC (#nouveau, freenode).
|
D | intel_powerclamp.txt | 231 effectiveness. The extreme case would be doing a ping -f to generated
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 149 u32 ping; member 589 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl() 1149 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds() 1161 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds() 1177 qh->ping = 0; in handle_done_ptds()
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 73 optimization the higher-prio thread would ping-pong to the lower-prio
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 194 host1$ ping a.b.c.y 195 host2$ ping a.b.c.x
|
/linux-4.4.14/drivers/hwmon/ |
D | sch56xx-common.c | 416 .ping = watchdog_trigger,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 165 alternative means such as a network ping. This setting is
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 413 Now you are ready! A ping to the set address should now result in an 461 you test this feature by using ping, some routers will re-dial very 463 In this case use ping with the option -i <sec> to increase the interval
|
D | README.sc | 205 x) a ping should result in the establishment of the connection
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 375 } ping; member
|
D | ql4_os.c | 5213 e->u.ping.status = status; in qla4xxx_post_ping_evt_work() 5214 e->u.ping.pid = pid; in qla4xxx_post_ping_evt_work() 5215 e->u.ping.data_size = data_size; in qla4xxx_post_ping_evt_work() 5216 memcpy(e->u.ping.data, data, data_size); in qla4xxx_post_ping_evt_work() 5247 e->u.ping.status, in qla4xxx_do_work() 5248 e->u.ping.pid, in qla4xxx_do_work() 5249 e->u.ping.data_size, in qla4xxx_do_work() 5250 e->u.ping.data); in qla4xxx_do_work()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 577 LPROC_SEQ_FOPS_WR_ONLY(osc, ping);
|
/linux-4.4.14/net/ |
D | Kconfig | 68 allows you to ping yourself (great fun, that!).
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5681 u32 ping; in igb_ping_all_vfs() local 5685 ping = E1000_PF_CONTROL_MSG; in igb_ping_all_vfs() 5687 ping |= E1000_VT_MSGTYPE_CTS; in igb_ping_all_vfs() 5688 igb_write_mbx(hw, &ping, 1, i); in igb_ping_all_vfs()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 2073 Now ping the device from a machine in the same subnet. 2080 ping -c 5 <broadcast_addr> i.e. the Bcast field above in the output of
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 976 You are not talking to the UML when you ping that interface and get a 1066 You should be able to ping the host at this point.
|