Lines Matching refs:aggregation
79 /* The aggregation byte limit defines the point at which an
80 * aggregation window will close. It is programmed into the
82 * limit" aggregation, which means that we need to supply
84 * plus normal skb overhead *after* that aggregation byte
318 * with an open aggregation frame. This is to work around a hardware
326 if (!endpoint->data->aggregation)
329 /* Nothing to do if the endpoint doesn't have aggregation open */
333 /* Force close aggregation */
352 /* A client suspended with an open aggregation frame will not
594 /* Compute the aggregation size value to use for a given buffer size */
597 /* We don't use "hard byte limit" aggregation, so we define the
598 * aggregation limit such that our buffer has enough space *after*
611 if (endpoint->data->aggregation) {
1206 * ipa_endpoint_reset_rx_aggr() - Reset RX endpoint with aggregation active
1209 * If aggregation is active on an RX endpoint when a reset is performed
1238 /* Force close aggregation before issuing the reset */
1242 * disabled. Then poll until we know aggregation is no longer
1260 /* Wait for aggregation to be closed on the channel */
1311 /* On IPA v3.5.1, if an RX endpoint is reset while aggregation
1318 special = !endpoint->toward_ipa && endpoint->data->aggregation;