Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/liquidio/
A Docteon_droq.c135 droq->refill_count = 0; in octeon_droq_reset_indices()
411 droq->refill_count--; in octeon_droq_refill_pullup_descs()
441 while (droq->refill_count && (desc_refilled < droq->max_count)) { in octeon_droq_refill()
479 droq->refill_count--; in octeon_droq_refill()
482 if (droq->refill_count) in octeon_droq_refill()
588 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
635 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()
650 droq->refill_count++; in octeon_droq_fast_process_packets()
684 droq->refill_count++; in octeon_droq_fast_process_packets()
700 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
[all …]
A Docteon_droq.h277 u32 refill_count; member
/linux/drivers/staging/qlge/
A Dqlge_main.c1088 int refill_count; in qlge_refill_bq() local
1092 refill_count = QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) - in qlge_refill_bq()
1094 if (!refill_count) in qlge_refill_bq()
1122 refill_count--; in qlge_refill_bq()
1123 } while (refill_count); in qlge_refill_bq()

Completed in 12 milliseconds