Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.c129 iq->fill_cnt = 0; in sdp_init_instr_queue()
475 otx2_write64(iq->fill_cnt, iq->doorbell_reg); in sdp_ring_doorbell()
479 iq->fill_cnt = 0; in sdp_ring_doorbell()
512 iq->fill_cnt++; in post_iqcmd()
H A Dotx2_ep_rawdev.h207 uint32_t fill_cnt; member
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_struct.h303 uint32_t fill_cnt; member
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()