Lines Matching defs:limit
79 /* The aggregation byte limit defines the point at which an
82 * limit" aggregation, which means that we need to supply
85 * limit has been crossed.
597 /* We don't use "hard byte limit" aggregation, so we define the
598 * aggregation limit such that our buffer has enough space *after*
599 * that limit to receive a full MTU of data, plus overhead.
614 u32 limit;
620 limit = ipa_aggr_size_kb(buffer_size);
621 val |= u32_encode_bits(limit, AGGR_BYTE_LIMIT_FMASK);
623 limit = IPA_AGGR_TIME_LIMIT_DEFAULT;
624 limit = DIV_ROUND_CLOSEST(limit, IPA_AGGR_GRANULARITY);
625 val |= u32_encode_bits(limit, AGGR_TIME_LIMIT_FMASK);