Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/ps3/
Dgelic_udbg.c65 static __iomem struct ethhdr *h_eth; variable
149 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init()
151 eth_broadcast_addr(h_eth->h_dest); in gelic_debug_init()
152 memcpy(&h_eth->h_source, &mac, ETH_ALEN); in gelic_debug_init()
161 h_eth->h_proto= ETH_P_8021Q; in gelic_debug_init()
164 h_vlan = (struct vlan_hdr *)(h_eth + 1); in gelic_debug_init()
169 h_eth->h_proto= 0x0800; in gelic_debug_init()
170 h_ip = (struct iphdr *)(h_eth + 1); in gelic_debug_init()