Searched refs:tx_packet (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/net/ |
| H A D | ping.c | 82 uchar *tx_packet; in ping_receive() local 107 tx_packet = net_get_async_tx_pkt_buf(); in ping_receive() 108 memcpy(tx_packet, et, eth_hdr_size + len); in ping_receive() 109 net_send_packet(tx_packet, eth_hdr_size + len); in ping_receive()
|
| H A D | arp.c | 128 uchar *tx_packet; in arp_receive() local 185 tx_packet = net_get_async_tx_pkt_buf(); in arp_receive() 186 memcpy(tx_packet, et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive() 187 net_send_packet(tx_packet, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | bcm-sf2-eth.h | 37 int (*tx_packet)(struct eth_dma *dma, void *packet, int length); member
|
| H A D | bcm-sf2-eth.c | 81 rc = dma->tx_packet(dma, buf, length); in bcm_sf2_eth_send()
|
| H A D | bcm-sf2-eth-gmac.c | 953 dma->tx_packet = gmac_tx_packet; in gmac_add()
|
| /openbmc/qemu/hw/net/ |
| H A D | lan9118.c | 233 LAN9118Packet tx_packet; member 299 VMSTATE_STRUCT(tx_packet, lan9118_state, 0, 1299 s->txp = &s->tx_packet; in lan9118_realize()
|