Lines Matching defs:cleaned

78  * @txq: queue to be cleaned
379 * @bufq: queue to be cleaned
411 * @rxq: queue to be cleaned
2029 * @end: queue index until which it should be cleaned
2031 * @cleaned: pointer to stats struct to track cleaned packets/bytes
2036 * scheduling, the buffers will be cleaned as well. If the queue is using
2037 * flow-based scheduling, only the descriptors are cleaned at this time.
2039 * and the buffers will be cleaned separately. The stats are not updated from
2044 struct libeth_sq_napi_stats *cleaned,
2052 .ss = cleaned,
2058 /* Bump ring index to mark as cleaned. */
2103 * @cleaned: pointer to stats struct to track cleaned packets/bytes
2107 * byte/segment count for the cleaned packet.
2110 struct libeth_sq_napi_stats *cleaned,
2116 .ss = cleaned,
2144 * @cleaned: pointer to stats struct to track cleaned packets/bytes
2147 * Returns bytes/packets cleaned
2151 struct libeth_sq_napi_stats *cleaned,
2160 idpf_tx_splitq_clean(txq, rs_compl_val, budget, cleaned, false);
2164 idpf_tx_clean_bufs(txq, rs_compl_val, cleaned, budget);
2171 * @cleaned: returns number of packets cleaned
2176 int *cleaned)
2273 *cleaned += tx_q->cleaned_pkts;
2285 /* Reset cleaned stats for the next time this queue is
2286 * cleaned
3676 int cleaned = 0;
3681 while (likely(cleaned < refillq->desc_count)) {
3706 cleaned++;
3709 if (!cleaned)
4214 * @cleaned: returns number of packets cleaned
4219 int budget, int *cleaned)
4232 budget_per_q, cleaned);
4241 * @cleaned: returns number of packets cleaned
4246 int *cleaned)
4270 *cleaned = pkts_cleaned;