Searched refs:et (Results 1 – 12 of 12) sorted by relevance
/u-boot/arch/nios2/cpu/ |
A D | exceptions.S | 56 rdctl et, estatus 57 stw et, 128(sp) 60 rdctl et, estatus 61 andi et, et, 1 62 beq et, r0, 0f 65 rdctl et, ipending 66 beq et, r0, 0f
|
A D | start.S | 47 movhi et, %hi(_exception) 48 ori et, et, %lo(_exception) 49 jmp et
|
/u-boot/net/ |
A D | ping.c | 79 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in ping_receive() argument 96 eth_hdr_size = net_update_ether(et, et->et_src, PROT_IP); in ping_receive() 113 memcpy(tx_packet, et, eth_hdr_size + len); in ping_receive()
|
A D | net.c | 1061 ping_receive(et, ip, len); in receive_icmp() 1076 struct ethernet_hdr *et; in net_process_received_packet() local 1108 iscdp = is_cdp_packet(et->et_dest); in net_process_received_packet() 1118 eth_proto = ntohs(et->et_protlen); in net_process_received_packet() 1137 (struct vlan_ethernet_hdr *)et; in net_process_received_packet() 1180 arp_receive(et, ip, len); in net_process_received_packet() 1440 et->et_protlen = htons(prot); in net_set_ether() 1457 memcpy(et->et_dest, addr, 6); in net_update_ether() 1459 protlen = ntohs(et->et_protlen); in net_update_ether() 1462 (struct vlan_ethernet_hdr *)et; in net_update_ether() [all …]
|
A D | cdp.c | 111 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()
|
A D | arp.c | 127 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) in arp_receive() argument 169 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive() 190 memcpy(tx_packet, et, eth_hdr_size + ARP_HDR_SIZE); in arp_receive()
|
A D | ping.h | 30 void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
A D | arp.h | 30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
/u-boot/include/net/ |
A D | ncsi.h | 12 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip,
|
/u-boot/include/ |
A D | net.h | 616 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
|
/u-boot/drivers/mmc/ |
A D | mmc.c | 1478 unsigned int au, eo, et, es; in sd_read_ssr() local 1509 et = (ssr[3] >> 18) & 0x3F; in sd_read_ssr() 1510 if (es && et) { in sd_read_ssr() 1512 mmc->ssr.erase_timeout = (et * 1000) / es; in sd_read_ssr()
|
/u-boot/drivers/net/phy/ |
A D | ncsi.c | 632 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive() argument
|
Completed in 20 milliseconds