Home
last modified time | relevance | path

Searched refs:packet_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/net/
H A Dfastboot.c56 uchar *packet_base; in fastboot_udp_send_info() local
67 packet_base = packet; in fastboot_udp_send_info()
77 len = packet - packet_base; in fastboot_udp_send_info()
81 memcpy(last_packet, packet_base, last_packet_len); in fastboot_udp_send_info()
123 uchar *packet_base; in fastboot_send() local
138 packet_base = packet; in fastboot_send()
195 memcpy(packet_base, &response_header, in fastboot_send()
207 len = packet - packet_base; in fastboot_send()
211 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
/openbmc/u-boot/include/dm/platform_data/
H A Dnet_ethoc.h15 phys_addr_t packet_base; member
/openbmc/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c110 .packet_base = CONFIG_SYS_ETHOC_BUFFER_ADDR,
/openbmc/u-boot/drivers/net/
H A Dethoc.c694 pdata->packet_base = addr; in ethoc_ofdata_to_platdata()
704 if (pdata->packet_base) { in ethoc_probe()
705 priv->packet_phys = pdata->packet_base; in ethoc_probe()
706 priv->packet = ioremap(pdata->packet_base, in ethoc_probe()