Lines Matching refs:buf_cnt
370 uint32_t buf_cnt, uint32_t idx) in lio_create_recv_info() argument
386 recv_pkt->buffer_count = (uint16_t)buf_cnt; in lio_create_recv_info()
392 while (buf_cnt) { in lio_create_recv_info()
402 buf_cnt--; in lio_create_recv_info()
563 uint32_t i = 0, buf_cnt; in lio_droq_drop_packets() local
574 buf_cnt = lio_droq_get_bufcount(droq->buffer_size, in lio_droq_drop_packets()
578 buf_cnt = 1; in lio_droq_drop_packets()
581 droq->read_idx = lio_incr_index(droq->read_idx, buf_cnt, in lio_droq_drop_packets()
583 droq->refill_count += buf_cnt; in lio_droq_drop_packets()
625 uint32_t buf_cnt; in lio_droq_fast_process_packets() local
627 buf_cnt = lio_droq_dispatch_pkt(oct, droq, rh, info); in lio_droq_fast_process_packets()
628 droq->read_idx = lio_incr_index(droq->read_idx, buf_cnt, in lio_droq_fast_process_packets()
630 droq->refill_count += buf_cnt; in lio_droq_fast_process_packets()