Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c131 droq->refill_count = 0; in octeon_droq_reset_indices()
408 droq->refill_count--; in octeon_droq_refill_pullup_descs()
438 while (droq->refill_count && (desc_refilled < droq->max_count)) { in octeon_droq_refill()
476 droq->refill_count--; in octeon_droq_refill()
479 if (droq->refill_count) in octeon_droq_refill()
585 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
632 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()
647 droq->refill_count++; in octeon_droq_fast_process_packets()
681 droq->refill_count++; in octeon_droq_fast_process_packets()
697 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
[all …]
H A Docteon_droq.h277 u32 refill_count; member