Home
last modified time | relevance | path

Searched refs:eth_set_last_protocol (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c574 eth_set_last_protocol(BOOTP); in net_loop()
635 eth_set_last_protocol(protocol); in net_loop()
644 eth_set_last_protocol(BOOTP); in net_loop()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c205 eth_set_last_protocol(NETCONS); in nc_send_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h700 static inline void eth_set_last_protocol(int protocol) in eth_set_last_protocol() function