Home
last modified time | relevance | path

Searched refs:fill_cnt (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c32 uint8_t fill_cnt; member
113 if (hdr->fill_cnt < bd->obj_per_bucket - 1) { in bucket_enqueue_single()
114 hdr->fill_cnt++; in bucket_enqueue_single()
116 hdr->fill_cnt = 0; in bucket_enqueue_single()
127 } else if (hdr->fill_cnt < bd->obj_per_bucket - 1) { in bucket_enqueue_single()
128 hdr->fill_cnt++; in bucket_enqueue_single()
130 hdr->fill_cnt = 0; in bucket_enqueue_single()
204 hdr->fill_cnt = 0; in bucket_dequeue_orphans()
387 *pcount += hdr->fill_cnt; in count_underfilled_buckets()
624 hdr->fill_cnt = 0; in bucket_populate()
/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.c127 iq->fill_cnt = 0; in otx_ep_init_instr_queue()
443 rte_write64(iq->fill_cnt, iq->doorbell_reg); in otx_ep_ring_doorbell()
444 iq->fill_cnt = 0; in otx_ep_ring_doorbell()
469 iq->fill_cnt++; in post_iqcmd()
497 if (iq->fill_cnt) in otx_ep_send_data()
H A Dotx_ep_common.h199 uint32_t fill_cnt; member
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c729 iq->fill_cnt = 0; in lio_init_instr_queue()
881 rte_write32(iq->fill_cnt, iq->doorbell_reg); in lio_ring_doorbell()
884 iq->fill_cnt = 0; in lio_ring_doorbell()
926 iq->fill_cnt++; in post_command2()
H A Dlio_struct.h303 uint32_t fill_cnt; member