Searched refs:pending_queue_infl_cnt (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.h | 159 pending_queue_infl_cnt(uint64_t head, uint64_t tail, const uint64_t mask) in pending_queue_infl_cnt() function 172 return mask - pending_queue_infl_cnt(head, tail, mask); in pending_queue_free_cnt()
|
| H A D | cn10k_cryptodev_ops.c | 512 infl_cnt = pending_queue_infl_cnt(pend_q->head, pq_tail, pq_mask); in cn10k_cpt_dequeue_burst()
|
| H A D | cnxk_cryptodev_ops.c | 714 pending_queue_infl_cnt(pend_q->head, pend_q->tail, in cnxk_cpt_dump_on_err()
|
| H A D | cn9k_cryptodev_ops.c | 534 infl_cnt = pending_queue_infl_cnt(pend_q->head, pq_tail, pq_mask); in cn9k_cpt_dequeue_burst()
|