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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmib.c305 if (byRSR & RSR_IVLDTYP) //invalid packet type
307 if (byRSR & (RSR_IVLDTYP | RSR_IVLDLEN))
H A Ddesc.h50 #define RSR_IVLDTYP 0x20 // 0010 0000 , invalid packet type macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmib.c311 if (byRSR & RSR_IVLDTYP) //invalid packet type
313 if ((byRSR & (RSR_IVLDTYP | RSR_IVLDLEN)) || !(byRSR & RSR_CRCOK))
H A Ddesc.h71 #define RSR_IVLDTYP 0x20 // 0010 0000 , invalid packet type macro

Completed in 65 milliseconds