Home
last modified time | relevance | path

Searched refs:refill_count (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c145 droq->refill_count = 0; in octeon_droq_reset_indices()
423 droq->refill_count--; in octeon_droq_refill_pullup_descs()
455 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()
571 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
614 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()
628 droq->refill_count++; in octeon_droq_fast_process_packets()
666 droq->refill_count++; in octeon_droq_fast_process_packets()
680 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
Docteon_droq.h267 u32 refill_count; member