Lines Matching refs:cleaned

87  * @txq: queue to be cleaned
363 * @rxq: queue to be cleaned
1473 * @tx_buf: buffer to be cleaned
1474 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1479 struct idpf_cleaned_stats *cleaned,
1496 cleaned->bytes += tx_buf->bytecount;
1497 cleaned->packets += tx_buf->gso_segs;
1505 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1509 struct idpf_cleaned_stats *cleaned,
1522 idpf_tx_splitq_clean_hdr(txq, &stash->buf, cleaned,
1597 * @end: queue index until which it should be cleaned
1599 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1604 * scheduling, the buffers will be cleaned as well. If the queue is using
1605 * flow-based scheduling, only the descriptors are cleaned at this time.
1607 * and the buffers will be cleaned separately. The stats are not updated from
1612 struct idpf_cleaned_stats *cleaned,
1656 idpf_tx_splitq_clean_hdr(tx_q, tx_buf, cleaned,
1698 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1703 * stashed. Returns the byte/segment count for the cleaned packet associated
1707 struct idpf_cleaned_stats *cleaned,
1720 idpf_tx_splitq_clean_hdr(txq, tx_buf, cleaned, budget);
1744 * next_to_clean up until the previously cleaned packet can be reused.
1746 * in the ring into the hash table to be cleaned later.
1755 * on the ring, if any. If the packet was only cleaned from the hash
1770 * @cleaned: pointer to stats struct to track cleaned packets/bytes
1773 * Returns bytes/packets cleaned
1777 struct idpf_cleaned_stats *cleaned,
1785 return idpf_tx_splitq_clean(txq, head, budget, cleaned, false);
1793 if (!idpf_tx_clean_buf_ring(txq, compl_tag, cleaned, budget))
1794 idpf_tx_clean_stashed_bufs(txq, compl_tag, cleaned, budget);
1801 * @cleaned: returns number of packets cleaned
1806 int *cleaned)
1909 *cleaned += tx_q->cleaned_pkts;
1922 /* Reset cleaned stats for the next time this queue is
1923 * cleaned
2290 * packet is being cleaned, the cleaning routines will
3320 int cleaned = 0;
3326 while (likely(cleaned < refillq->desc_count)) {
3351 cleaned++;
3354 if (!cleaned)
3842 * @cleaned: returns number of packets cleaned
3847 int budget, int *cleaned)
3859 budget_per_q, cleaned);
3868 * @cleaned: returns number of packets cleaned
3873 int *cleaned)
3894 *cleaned = pkts_cleaned;