Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/ps3/
Dgelic_udbg.c61 static __iomem struct ethhdr *h_eth; variable
145 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init()
147 eth_broadcast_addr(h_eth->h_dest); in gelic_debug_init()
148 memcpy(&h_eth->h_source, &mac, ETH_ALEN); in gelic_debug_init()
157 h_eth->h_proto= ETH_P_8021Q; in gelic_debug_init()
160 h_vlan = (struct vlan_hdr *)(h_eth + 1); in gelic_debug_init()
165 h_eth->h_proto= 0x0800; in gelic_debug_init()
166 h_ip = (struct iphdr *)(h_eth + 1); in gelic_debug_init()