h_eth              60 arch/powerpc/platforms/ps3/gelic_udbg.c static __iomem struct ethhdr *h_eth;
h_eth             144 arch/powerpc/platforms/ps3/gelic_udbg.c 	h_eth = (struct ethhdr *)dbg.pkt;
h_eth             146 arch/powerpc/platforms/ps3/gelic_udbg.c 	eth_broadcast_addr(h_eth->h_dest);
h_eth             147 arch/powerpc/platforms/ps3/gelic_udbg.c 	memcpy(&h_eth->h_source, &mac, ETH_ALEN);
h_eth             156 arch/powerpc/platforms/ps3/gelic_udbg.c 		h_eth->h_proto= ETH_P_8021Q;
h_eth             159 arch/powerpc/platforms/ps3/gelic_udbg.c 		h_vlan = (struct vlan_hdr *)(h_eth + 1);
h_eth             164 arch/powerpc/platforms/ps3/gelic_udbg.c 		h_eth->h_proto= 0x0800;
h_eth             165 arch/powerpc/platforms/ps3/gelic_udbg.c 		h_ip = (struct iphdr *)(h_eth + 1);