Home | History | Annotate | Download | only in Rx

Lines Matching refs:lengthDelta

1470 	UINT32   			lengthDelta;
1562 lengthDelta = (pMsdu->firstBDPtr->nextBDPtr->data
1566 dataBuf += lengthDelta;
1568 pMsdu->firstBDPtr->dataOffset = lengthDelta;
1579 lengthDelta = headerLength + WLAN_SNAP_HDR_LEN - ETHERNET_HDR_LEN;
1587 lengthDelta = headerLength - ETHERNET_HDR_LEN;
1591 dataBuf += lengthDelta;
1593 memMgr_BufOffset(pMsdu->firstBDPtr) += lengthDelta;
1594 pMsdu->dataLen -= lengthDelta;
1595 pMsdu->firstBDPtr->length -= lengthDelta;