Searched refs:net_set_timeout_handler (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/net/ |
H A D | rarp.c | 63 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler() 97 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
|
H A D | tftp.c | 546 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler() 596 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler() 734 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start() 786 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()
|
H A D | bootp.c | 377 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler() 412 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler() 814 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request() 1075 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler() 1093 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
|
H A D | link_local.c | 102 net_set_timeout_handler(timeout_ms, link_local_timeout); in configure_wait() 185 net_set_timeout_handler(0, NULL); in link_local_timeout()
|
H A D | cdp.c | 227 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_timeout_handler() 360 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_start()
|
H A D | wol.c | 94 net_set_timeout_handler(wol_timeout, wol_timeout_handler); in wol_start()
|
H A D | sntp.c | 99 net_set_timeout_handler(SNTP_TIMEOUT, sntp_timeout_handler); in sntp_start()
|
H A D | ping.c | 72 net_set_timeout_handler(10000UL, ping_timeout_handler); in ping_start()
|
H A D | dns.c | 200 net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); in dns_start()
|
H A D | nfs.c | 720 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler() 827 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler() 902 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
|
H A D | net.c | 362 net_set_timeout_handler(0, NULL); in net_clear_handlers() 743 net_set_timeout_handler(10000UL, in net_start_again() 801 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler() function
|
/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 121 net_set_timeout_handler(net_timeout, nc_timeout_handler); in nc_start()
|
/openbmc/u-boot/include/ |
H A D | net.h | 630 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 555 net_set_timeout_handler(1000UL, ncsi_timeout_handler); in ncsi_send_command()
|