Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dmv88w8618_eth.c190 static void eth_send(mv88w8618_eth_state *s, int queue_index) in eth_send() function
274 eth_send(s, 1); in mv88w8618_eth_write()
277 eth_send(s, 0); in mv88w8618_eth_write()
/openbmc/u-boot/api/
H A Dapi_net.c77 return eth_send(buf, len); in dev_write_net()
/openbmc/u-boot/include/
H A Dnet.h276 int eth_send(void *packet, int length); /* Send a packet */
659 (void) eth_send(pkt, len); in net_send_packet()
/openbmc/u-boot/net/
H A Deth_legacy.c353 int eth_send(void *packet, int length) in eth_send() function
H A Deth-uclass.c330 int eth_send(void *packet, int length) in eth_send() function
/openbmc/u-boot/doc/
H A DREADME.drivers.eth179 eth_send()