Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_rx.c19 oq->refill_count = 0; in octep_oq_reset_indices()
86 for (i = 0; i < oq->refill_count; i++) { in octep_oq_refill()
110 oq->refill_count -= i; in octep_oq_refill()
456 oq->refill_count += desc_used; in __octep_oq_process_rx()
497 if (oq->refill_count >= oq->refill_threshold) { in octep_oq_process_rx()
A Doctep_rx.h179 u32 refill_count; member
/linux-6.3-rc2/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 14 milliseconds