Home
last modified time | relevance | path

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

/u-boot/net/
A Dfastboot_udp.c51 uchar *packet_base; in fastboot_udp_send_info() local
62 packet_base = packet; in fastboot_udp_send_info()
72 len = packet - packet_base; in fastboot_udp_send_info()
76 memcpy(last_packet, packet_base, last_packet_len); in fastboot_udp_send_info()
117 uchar *packet_base; in fastboot_send() local
132 packet_base = packet; in fastboot_send()
189 memcpy(packet_base, &response_header, in fastboot_send()
201 len = packet - packet_base; in fastboot_send()
205 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
/u-boot/include/dm/platform_data/
A Dnet_ethoc.h13 phys_addr_t packet_base; member
/u-boot/board/cadence/xtfpga/
A Dxtfpga.c111 .packet_base = CFG_SYS_ETHOC_BUFFER_ADDR,
/u-boot/drivers/net/
A Dethoc.c694 pdata->packet_base = addr; in ethoc_of_to_plat()
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()

Completed in 11 milliseconds