Lines Matching refs:buf_cnt
342 u32 buf_cnt, in octeon_create_recv_info() argument
360 recv_pkt->buffer_count = (u16)buf_cnt; in octeon_create_recv_info()
366 while (buf_cnt) { in octeon_create_recv_info()
386 buf_cnt--; in octeon_create_recv_info()
577 u32 i = 0, buf_cnt; in octeon_droq_drop_packets() local
588 buf_cnt = octeon_droq_get_bufcount(droq->buffer_size, in octeon_droq_drop_packets()
592 buf_cnt = 1; in octeon_droq_drop_packets()
595 droq->read_idx = incr_index(droq->read_idx, buf_cnt, in octeon_droq_drop_packets()
597 droq->refill_count += buf_cnt; in octeon_droq_drop_packets()
639 u32 buf_cnt; in octeon_droq_fast_process_packets() local
641 buf_cnt = octeon_droq_dispatch_pkt(oct, droq, rh, info); in octeon_droq_fast_process_packets()
643 buf_cnt, droq->max_count); in octeon_droq_fast_process_packets()
644 droq->refill_count += buf_cnt; in octeon_droq_fast_process_packets()