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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddpc.c342 unsigned short wEtherType = 0; local
668 wEtherType = (skb->data[cbIVOffset + 8 + 24 + 6] << 8) |
672 if (wEtherType == ETH_P_PAE) { //Protocol Type in LLC-Header
738 wEtherType = (skb->data[cbIVOffset + 4 + 24 + 6] << 8) |
741 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"wEtherType = %04x \n", wEtherType);
742 if (wEtherType == ETH_P_PAE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddpc.c337 WORD wEtherType = 0; local
696 wEtherType = (skb->data[cbIVOffset + 8 + 24 + 6] << 8) |
700 if (wEtherType == ETH_P_PAE) { //Protocol Type in LLC-Header
776 wEtherType = (skb->data[cbIVOffset + 8 + 24 + 6] << 8) |
779 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"wEtherType = %04x \n", wEtherType);
780 if (wEtherType == ETH_P_PAE) {

Completed in 31 milliseconds