Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/mm/
Dmmu.S84 1: .dword 0 ; refill_count
98 move.d 1b, $acr ; Point to refill_count
101 test.d [$acr] ; refill_count == 0 ?
114 move.d $r2, [$acr] ; refill_count = 1
147 move.d $r2, [$acr] ; refill_count = 1
153 move.d [$acr], $r2 ; Get refill_count
154 cmpq 4, $r2 ; refill_count > 4 ?
156 addq 1, $r2 ; refill_count++
160 7: ; refill_count > 4, error
161 move.d $acr, $r0 ; Save pointer to refill_count
[all …]
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c145 droq->refill_count = 0; in octeon_droq_reset_indices()
423 droq->refill_count--; in octeon_droq_refill_pullup_descs()
455 while (droq->refill_count && (desc_refilled < droq->max_count)) { in octeon_droq_refill()
489 droq->refill_count--; in octeon_droq_refill()
492 if (droq->refill_count) in octeon_droq_refill()
571 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
614 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()
628 droq->refill_count++; in octeon_droq_fast_process_packets()
666 droq->refill_count++; in octeon_droq_fast_process_packets()
680 if (droq->refill_count >= droq->refill_threshold) { in octeon_droq_fast_process_packets()
Docteon_droq.h267 u32 refill_count; member