Searched refs:buf_cnt (Results 1 – 6 of 6) sorted by relevance
282 uint32_t buf_cnt = 0; in lio_droq_get_bufcount() local284 while (total_len > (buf_size * buf_cnt)) in lio_droq_get_bufcount()285 buf_cnt++; in lio_droq_get_bufcount()287 return buf_cnt; in lio_droq_get_bufcount()413 uint32_t buf_cnt; in lio_droq_fast_process_packet() local415 buf_cnt = lio_droq_get_bufcount(droq->buffer_size, in lio_droq_fast_process_packet()417 droq->read_idx = lio_incr_index(droq->read_idx, buf_cnt, in lio_droq_fast_process_packet()419 droq->refill_count += buf_cnt; in lio_droq_fast_process_packet()
248 int buf_cnt; member
389 int buf_cnt; member
400 for (j = 0; (j < from->buf_cnt) && size; j++) { in fill_sg_comp_from_iov()2966 iovec->buf_cnt = 0; in prepare_iov_from_pkt()3010 iovec->buf_cnt = index; in prepare_iov_from_pkt()3070 iovec->buf_cnt = index; in prepare_iov_from_pkt_inplace()
192 for (j = 0; (j < from->buf_cnt) && size; j++) { in fill_sg_comp_from_iov()2007 iovec->buf_cnt = 0; in prepare_iov_from_pkt()2046 iovec->buf_cnt = index; in prepare_iov_from_pkt()2096 iovec->buf_cnt = index; in prepare_iov_from_pkt_inplace()
31 int64_t buf_cnt; member