Home
last modified time | relevance | path

Searched refs:buf_cnt (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c282 uint32_t buf_cnt = 0; in lio_droq_get_bufcount() local
284 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() local
415 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()
/dpdk/drivers/common/cnxk/
H A Droc_se.h248 int buf_cnt; member
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h389 int buf_cnt; member
H A Dcpt_ucode.h400 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()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h192 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()
/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.c31 int64_t buf_cnt; member