Searched refs:refill_count (Results 1 – 2 of 2) sorted by relevance
135 droq->refill_count = 0; in octeon_droq_reset_indices()418 droq->refill_count--; in octeon_droq_refill_pullup_descs()450 while (droq->refill_count && (desc_refilled < droq->max_count)) { in octeon_droq_refill()489 droq->refill_count--; in octeon_droq_refill()492 if (droq->refill_count) in octeon_droq_refill()597 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()644 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()659 droq->refill_count++; in octeon_droq_fast_process_packets()693 droq->refill_count++; in octeon_droq_fast_process_packets()709 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
280 u32 refill_count; member