Searched refs:refill_count (Results 1 – 3 of 3) sorted by relevance
84 1: .dword 0 ; refill_count98 move.d 1b, $acr ; Point to refill_count101 test.d [$acr] ; refill_count == 0 ?114 move.d $r2, [$acr] ; refill_count = 1147 move.d $r2, [$acr] ; refill_count = 1153 move.d [$acr], $r2 ; Get refill_count154 cmpq 4, $r2 ; refill_count > 4 ?156 addq 1, $r2 ; refill_count++160 7: ; refill_count > 4, error161 move.d $acr, $r0 ; Save pointer to refill_count[all …]
145 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()
267 u32 refill_count; member