Searched refs:net_tx_packet (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/rockchip/ |
| H A D | test-net.c | 133 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 D | cdp.c | 119 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 D | net.c | 202 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 D | rarp.c | 77 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 D | ping.c | 53 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 D | arp.c | 219 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 D | bootp.c | 737 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 D | sntp.c | 34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
|
| H A D | fastboot.c | 85 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 D | dns.c | 47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
|
| H A D | tftp.c | 345 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
|
| H A D | nfs.c | 206 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 D | netconsole.c | 129 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 D | net.h | 525 extern uchar *net_tx_packet; /* THE transmit packet */
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |