Searched refs:buf_cnt (Results 1 – 6 of 6) sorted by relevance
1307 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member1319 uint64_t buf_cnt : 12;1329 uint64_t buf_cnt : 7; /**< # of internal buffers allocated to QOS level X */ member1343 uint64_t buf_cnt : 7;1354 uint64_t buf_cnt : 9; /**< # of internal buffers allocated to QOS level X */ member1368 uint64_t buf_cnt : 9;1382 uint64_t buf_cnt : 10; /**< # of internal buffers allocated to QOS level X */ member1396 uint64_t buf_cnt : 10;1413 uint64_t buf_cnt : 11; /**< # of internal buffers allocated to QOS level X */ member1427 uint64_t buf_cnt : 11;
1645 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member1659 uint64_t buf_cnt : 12;
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()
368 int buf_cnt; member
400 for (j = 0; (j < from->buf_cnt) && size; j++) { in fill_sg_comp_from_iov()2879 iovec->buf_cnt = 0; in prepare_iov_from_pkt()2923 iovec->buf_cnt = index; in prepare_iov_from_pkt()2983 iovec->buf_cnt = index; in prepare_iov_from_pkt_inplace()
31 int64_t buf_cnt; member