Searched refs:nb_allowed (Results 1 – 2 of 2) sorted by relevance
371 uint16_t nb_allowed, count = 0; in otx2_ree_enqueue_burst() local377 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()
717 uint16_t nb_allowed, count = 0; in otx2_cpt_enqueue_burst() local725 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()