Home | History | Annotate | Download | only in Ax88772b

Lines Matching refs:pLengthBar

426   UINT16 * pLengthBar;

434 pLengthBar = (UINT16*) (pNicDevice->pBulkInBuff + offset +2);
437 *pLengthBar &= 0x7ff;
438 *pLengthBar |= 0xf800;
440 if ((*pLength ^ *pLengthBar ) != 0xFFFF) {