Lines Matching refs:buf_cnt
332 u32 buf_cnt, in octeon_create_recv_info() argument
350 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info()
356 while (buf_cnt) { in octeon_create_recv_info()
376 buf_cnt--; in octeon_create_recv_info()
565 u32 i = 0, buf_cnt; in octeon_droq_drop_packets() local
576 buf_cnt = octeon_droq_get_bufcount(droq->buffer_size, in octeon_droq_drop_packets()
580 buf_cnt = 1; in octeon_droq_drop_packets()
583 droq->read_idx = incr_index(droq->read_idx, buf_cnt, in octeon_droq_drop_packets()
585 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
627 u32 buf_cnt; in octeon_droq_fast_process_packets() local
629 buf_cnt = octeon_droq_dispatch_pkt(oct, droq, rh, info); in octeon_droq_fast_process_packets()
631 buf_cnt, droq->max_count); in octeon_droq_fast_process_packets()
632 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()