Home
last modified time | relevance | path

Searched refs:et (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dexceptions.S57 rdctl et, estatus
58 stw et, 128(sp)
61 rdctl et, estatus
62 andi et, et, 1
63 beq et, r0, 0f
66 rdctl et, ipending
67 beq et, r0, 0f
H A Dstart.S48 movhi et, %hi(_exception)
49 ori et, et, %lo(_exception)
50 jmp et
/rk3399_rockchip-uboot/net/
H A Dping.c82 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive() argument
95 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive()
110 net_send_packet((uchar *)et, eth_hdr_size + len); in ping_receive()
H A Dnet.c1011 struct in_addr src_ip, struct ethernet_hdr *et) in receive_icmp() argument
1024 ping_receive(et, ip, len); in receive_icmp()
1039 struct ethernet_hdr *et; in net_process_received_packet() local
1053 et = (struct ethernet_hdr *)in_packet; in net_process_received_packet()
1068 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet()
1078 eth_proto = ntohs(et->et_protlen); in net_process_received_packet()
1081 struct e802_hdr *et802 = (struct e802_hdr *)et; in net_process_received_packet()
1097 (struct vlan_ethernet_hdr *)et; in net_process_received_packet()
1140 arp_receive(et, ip, len); in net_process_received_packet()
1217 receive_icmp(ip, len, src_ip, et); in net_process_received_packet()
[all …]
H A Darp.c124 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive() argument
165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
185 net_send_packet((uchar *)et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
H A Dcdp.c111 struct ethernet_hdr *et; in cdp_send_trigger() local
120 et = (struct ethernet_hdr *)pkt; in cdp_send_trigger()
125 memcpy(et->et_dest, net_cdp_ethaddr, 6); in cdp_send_trigger()
126 memcpy(et->et_src, net_ethaddr, 6); in cdp_send_trigger()
209 et->et_protlen = htons(len); in cdp_send_trigger()
H A Dping.h30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
H A Darp.h29 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dresource_img.c228 struct resource_entry *et; in resource_setup_list() local
236 et = pos + (i * stride); in resource_setup_list()
237 if (memcmp(et->tag, ENTRY_TAG, ENTRY_TAG_SIZE)) in resource_setup_list()
240 resource_add_file(et->name, et->size, in resource_setup_list()
241 blk_start, et->blk_offset, in resource_setup_list()
242 et->hash, et->hash_size, in_ram); in resource_setup_list()
/rk3399_rockchip-uboot/include/
H A Dnet.h600 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c1649 unsigned int au, eo, et, es; local
1685 et = (ssr[3] >> 18) & 0x3F;
1686 if (es && et) {
1688 mmc->ssr.erase_timeout = (et * 1000) / es;