Searched refs:peth (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/
H A Dray_cs.c2279 struct ethhdr *peth; local
2307 peth = (struct ethhdr *)(skb->data + delta);
2308 peth->h_proto = htons(len - RX_MAC_HEADER_LENGTH);
2315 peth = (struct ethhdr *)(skb->data + delta);
2316 peth->h_proto = type;
2323 peth = (struct ethhdr *)(skb->data + delta);
2324 peth->h_proto =
2331 peth = (struct ethhdr *)(skb->data + delta);
2332 peth->h_proto = type;
2338 peth
[all...]

Completed in 81 milliseconds