Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pow-defs.h1307 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member
1319 uint64_t buf_cnt : 12;
1329 uint64_t buf_cnt : 7; /**< # of internal buffers allocated to QOS level X */ member
1343 uint64_t buf_cnt : 7;
1354 uint64_t buf_cnt : 9; /**< # of internal buffers allocated to QOS level X */ member
1368 uint64_t buf_cnt : 9;
1382 uint64_t buf_cnt : 10; /**< # of internal buffers allocated to QOS level X */ member
1396 uint64_t buf_cnt : 10;
1413 uint64_t buf_cnt : 11; /**< # of internal buffers allocated to QOS level X */ member
1427 uint64_t buf_cnt : 11;
H A Dcvmx-sso-defs.h1645 uint64_t buf_cnt : 12; /**< # of internal buffers allocated to QOS level X */ member
1659 uint64_t buf_cnt : 12;
/f-stack/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()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h368 int buf_cnt; member
H A Dcpt_ucode.h400 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()
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkovf.c31 int64_t buf_cnt; member