Lines Matching refs:buf_cnt
335 u32 buf_cnt, in octeon_create_recv_info() argument
353 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info()
359 while (buf_cnt) { in octeon_create_recv_info()
379 buf_cnt--; in octeon_create_recv_info()
568 u32 i = 0, buf_cnt; in octeon_droq_drop_packets() local
579 buf_cnt = octeon_droq_get_bufcount(droq->buffer_size, in octeon_droq_drop_packets()
583 buf_cnt = 1; in octeon_droq_drop_packets()
586 droq->read_idx = incr_index(droq->read_idx, buf_cnt, in octeon_droq_drop_packets()
588 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
630 u32 buf_cnt; in octeon_droq_fast_process_packets() local
632 buf_cnt = octeon_droq_dispatch_pkt(oct, droq, rh, info); in octeon_droq_fast_process_packets()
634 buf_cnt, droq->max_count); in octeon_droq_fast_process_packets()
635 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()