Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/ps3/
A Dgelic_udbg.c60 static __iomem struct ethhdr *h_eth; variable
144 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init()
146 eth_broadcast_addr(h_eth->h_dest); in gelic_debug_init()
147 memcpy(&h_eth->h_source, &mac, ETH_ALEN); in gelic_debug_init()
156 h_eth->h_proto= ETH_P_8021Q; in gelic_debug_init()
159 h_vlan = (struct vlan_hdr *)(h_eth + 1); in gelic_debug_init()
164 h_eth->h_proto= 0x0800; in gelic_debug_init()
165 h_ip = (struct iphdr *)(h_eth + 1); in gelic_debug_init()

Completed in 3 milliseconds