Lines Matching defs:queued
323 u64 queued, len;
325 queued = safexcel_queued_len(req);
326 if (queued <= HASH_CACHE_SIZE)
327 cache_len = queued;
329 cache_len = queued - areq->nbytes;
332 /* If this is not the last request and the queued data does not
335 extra = queued & (HASH_CACHE_SIZE - 1);
337 /* If this is not the last request and the queued data
347 queued -= extra;
349 if (!queued) {
364 if (queued > cache_len) {
366 u64 tmp = queued - cache_len;
390 queued = queued + extra;
397 len = queued;
417 queued -= cache_len;
418 if (!queued)
441 if ((queued + skip) <= sglen)
442 sglen = queued;
447 !(queued - sglen),
459 queued -= sglen;
460 if (!queued)