Searched refs:cbIVOffset (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/vt6656/
H A Ddpc.c341 unsigned int cbIVOffset; local
693 cbIVOffset = 8;
695 cbIVOffset = 0;
696 wEtherType = (skb->data[cbIVOffset + 8 + 24 + 6] << 8) |
697 skb->data[cbIVOffset + 8 + 24 + 6 + 1];
698 Protocol_Version = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1];
699 Packet_Type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1];
704 Descriptor_type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2];
705 Key_info = (skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2+1]<<8) |skb->data[cbIVOffset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddpc.c346 unsigned int cbIVOffset; local
665 cbIVOffset = 8;
667 cbIVOffset = 0;
668 wEtherType = (skb->data[cbIVOffset + 8 + 24 + 6] << 8) |
669 skb->data[cbIVOffset + 8 + 24 + 6 + 1];
670 Protocol_Version = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1];
671 Packet_Type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1];
735 cbIVOffset = 8;
737 cbIVOffset = 0;
738 wEtherType = (skb->data[cbIVOffset
[all...]

Completed in 178 milliseconds