Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c204 uint16_t tmp_ops = nb_ops, b_idx, cur_ops = 0; in ccp_pmd_enqueue_burst() local
211 if (tmp_ops >= cryptodev_cnt) in ccp_pmd_enqueue_burst()
214 cur_ops = tmp_ops; in ccp_pmd_enqueue_burst()
215 while (tmp_ops) { in ccp_pmd_enqueue_burst()
216 b_idx = nb_ops - tmp_ops; in ccp_pmd_enqueue_burst()
218 if (cur_ops <= tmp_ops) { in ccp_pmd_enqueue_burst()
219 tmp_ops -= cur_ops; in ccp_pmd_enqueue_burst()
221 cur_ops = tmp_ops; in ccp_pmd_enqueue_burst()
222 tmp_ops = 0; in ccp_pmd_enqueue_burst()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c1708 struct rte_crypto_op **tmp_ops = ops; in rte_vhost_crypto_finalize_requests() local
1714 count = vhost_crypto_complete_one_vm_requests(tmp_ops, left, in rte_vhost_crypto_finalize_requests()
1719 tmp_ops = &tmp_ops[count]; in rte_vhost_crypto_finalize_requests()