Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c136 droq->refill_count = 0; in octeon_droq_reset_indices()
413 droq->refill_count--; in octeon_droq_refill_pullup_descs()
443 while (droq->refill_count && (desc_refilled < droq->max_count)) { in octeon_droq_refill()
481 droq->refill_count--; in octeon_droq_refill()
484 if (droq->refill_count) in octeon_droq_refill()
590 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
637 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()
652 droq->refill_count++; in octeon_droq_fast_process_packets()
686 droq->refill_count++; in octeon_droq_fast_process_packets()
702 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
[all …]
H A Docteon_droq.h277 u32 refill_count; member
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H 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()
H A Doctep_rx.h179 u32 refill_count; member
/openbmc/linux/drivers/staging/qlge/
H 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()