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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 194 milliseconds