Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c100 uint16_t tmp_ops = nb_ops, b_idx, cur_ops = 0; in ccp_pmd_enqueue_burst() local
107 if (tmp_ops >= cryptodev_cnt) in ccp_pmd_enqueue_burst()
110 cur_ops = tmp_ops; in ccp_pmd_enqueue_burst()
111 while (tmp_ops) { in ccp_pmd_enqueue_burst()
112 b_idx = nb_ops - tmp_ops; in ccp_pmd_enqueue_burst()
114 if (cur_ops <= tmp_ops) { in ccp_pmd_enqueue_burst()
115 tmp_ops -= cur_ops; in ccp_pmd_enqueue_burst()
117 cur_ops = tmp_ops; in ccp_pmd_enqueue_burst()
118 tmp_ops = 0; in ccp_pmd_enqueue_burst()
/dpdk/lib/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()