Home
last modified time | relevance | path

Searched refs:refill_count (Results 1 – 6 of 6) 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
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_rx.c19 oq->refill_count = 0; in octep_vf_oq_reset_indices()
86 for (i = 0; i < oq->refill_count; i++) { in octep_vf_oq_refill()
110 oq->refill_count -= i; in octep_vf_oq_refill()
460 oq->refill_count += desc_used; in __octep_vf_oq_process_rx()
501 if (oq->refill_count >= oq->refill_threshold) { in octep_vf_oq_process_rx()
H A Doctep_vf_rx.h204 u32 refill_count; member
/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()
496 oq->refill_count += desc_used; in __octep_oq_process_rx()
537 if (oq->refill_count >= oq->refill_threshold) { in octep_oq_process_rx()
H A Doctep_rx.h204 u32 refill_count; member