Searched refs:srcTotalDataLenInBytes (Results 1 – 2 of 2) sorted by relevance
733 pCompReqParams->comp_len = pCookie->srcTotalDataLenInBytes; in dcCompRequestParamsPopulate()784 Cpa64U srcTotalDataLenInBytes = 0, dstTotalDataLenInBytes = 0; in dcCreateRequest() local806 &srcTotalDataLenInBytes, in dcCreateRequest()848 pCookie->srcTotalDataLenInBytes = (Cpa32U)srcTotalDataLenInBytes; in dcCreateRequest()872 (pCookie->srcTotalDataLenInBytes & 0x1)) { in dcCreateRequest()873 pCookie->srcTotalDataLenInBytes--; in dcCreateRequest()882 (pCookie->srcTotalDataLenInBytes & 0x1)) { in dcCreateRequest()883 pCookie->srcTotalDataLenInBytes--; in dcCreateRequest()
142 Cpa32U srcTotalDataLenInBytes; member