Home
last modified time | relevance | path

Searched refs:nb_allowed (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c371 uint16_t nb_allowed, count = 0; in otx2_ree_enqueue_burst() local
377 nb_allowed = OTX2_REE_DEFAULT_CMD_QLEN - pend_q->pending_count; in otx2_ree_enqueue_burst()
378 if (nb_ops > nb_allowed) in otx2_ree_enqueue_burst()
379 nb_ops = nb_allowed; in otx2_ree_enqueue_burst()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c717 uint16_t nb_allowed, count = 0; in otx2_cpt_enqueue_burst() local
725 nb_allowed = OTX2_CPT_DEFAULT_CMD_QLEN - pend_q->pending_count; in otx2_cpt_enqueue_burst()
726 if (nb_ops > nb_allowed) in otx2_cpt_enqueue_burst()
727 nb_ops = nb_allowed; in otx2_cpt_enqueue_burst()