Searched refs:h_eth (Results 1 – 1 of 1) sorted by relevance
90 static __iomem struct ethhdr *h_eth; variable174 h_eth = (struct ethhdr *)dbg.pkt; in gelic_debug_init()176 memset(&h_eth->dest, 0xff, 6); in gelic_debug_init()177 memcpy(&h_eth->src, &mac, 6); in gelic_debug_init()186 h_eth->type = 0x8100; in gelic_debug_init()189 h_vlan = (struct vlantag *)(h_eth + 1); in gelic_debug_init()194 h_eth->type = 0x0800; in gelic_debug_init()195 h_ip = (struct iphdr *)(h_eth + 1); in gelic_debug_init()