Home
last modified time | relevance | path

Searched refs:eth_send (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/api/
H A Dapi_net.c80 return eth_send(buf, len); in dev_write_net()
/rk3399_rockchip-uboot/include/
H A Dnet.h282 int eth_send(void *packet, int length); /* Send a packet */
664 (void) eth_send(pkt, len); in net_send_packet()
/rk3399_rockchip-uboot/net/
H A Deth_legacy.c382 int eth_send(void *packet, int length) in eth_send() function
H A Deth-uclass.c331 int eth_send(void *packet, int length) in eth_send() function
/rk3399_rockchip-uboot/doc/
H A DREADME.drivers.eth179 eth_send()