Home
last modified time | relevance | path

Searched refs:net_tx_packet (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-net.c133 assert(net_tx_packet); in eth_run_loopback_test()
134 if (!net_tx_packet) in eth_run_loopback_test()
137 net_set_ether(net_tx_packet, net_bcast_ethaddr, LOOPBACK_TEST_DATA_SIZE); in eth_run_loopback_test()
138 tx_pkt = (uchar *)net_tx_packet + LOOPBACK_TEST_HDR_SIZE; in eth_run_loopback_test()
151 net_send_packet(net_tx_packet, LOOPBACK_TEST_FRAME_SIZE); in eth_run_loopback_test()
167 if (!check_lbtest_frame(net_tx_packet, rx_packet, in eth_run_loopback_test()
/OK3568_Linux_fs/u-boot/net/
H A Dcdp.c119 pkt = net_tx_packet; in cdp_send_trigger()
208 len = (uchar *)s - ((uchar *)net_tx_packet + ETHER_HDR_SIZE); in cdp_send_trigger()
212 chksum = cdp_compute_csum((uchar *)net_tx_packet + len, in cdp_send_trigger()
213 (uchar *)s - (net_tx_packet + len)); in cdp_send_trigger()
218 net_send_packet(net_tx_packet, (uchar *)s - net_tx_packet); in cdp_send_trigger()
H A Dnet.c202 uchar *net_tx_packet; variable
376 net_tx_packet = &net_pkt_buf[0] + (PKTALIGN - 1); in net_init()
377 net_tx_packet -= (ulong)net_tx_packet % PKTALIGN; in net_init()
379 net_rx_packets[i] = net_tx_packet + in net_init()
795 assert(net_tx_packet != NULL); in net_send_udp_packet()
796 if (net_tx_packet == NULL) in net_send_udp_packet()
807 pkt = (uchar *)net_tx_packet; in net_send_udp_packet()
833 net_send_packet(net_tx_packet, pkt_hdr_size + payload_len); in net_send_udp_packet()
H A Drarp.c77 pkt = net_tx_packet; in rarp_request()
96 net_send_packet(net_tx_packet, eth_hdr_size + ARP_HDR_SIZE); in rarp_request()
H A Dping.c53 eth_hdr_size = net_set_ether(net_tx_packet, net_null_ethaddr, PROT_IP); in ping_send()
54 pkt = (uchar *)net_tx_packet + eth_hdr_size; in ping_send()
H A Darp.c219 memcpy(((struct ethernet_hdr *)net_tx_packet)->et_dest, in arp_receive()
221 net_send_packet(net_tx_packet, arp_wait_tx_packet_size); in arp_receive()
H A Dbootp.c737 pkt = net_tx_packet; in bootp_request()
810 net_send_packet(net_tx_packet, pktlen); in bootp_request()
964 pkt = net_tx_packet; in dhcp_send_request_packet()
1016 net_send_packet(net_tx_packet, pktlen); in dhcp_send_request_packet()
H A Dsntp.c34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
H A Dfastboot.c85 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send_info()
128 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send()
H A Ddns.c47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
H A Dtftp.c345 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
H A Dnfs.c206 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c129 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + in nc_start()
212 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in nc_send_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h525 extern uchar *net_tx_packet; /* THE transmit packet */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map