Searched refs:op_buffer (Results 1 – 3 of 3) sorted by relevance
97 struct rte_crypto_op **op_buffer; member370 qp_info->op_buffer[len] = crypto_op; in eca_enq_to_cryptodev()386 qp_info->op_buffer[len] = crypto_op; in eca_enq_to_cryptodev()395 struct rte_crypto_op **op_buffer = qp_info->op_buffer; in eca_enq_to_cryptodev() local398 op_buffer, in eca_enq_to_cryptodev()405 op = op_buffer[ret++]; in eca_enq_to_cryptodev()428 struct rte_crypto_op **op_buffer; in eca_crypto_enq_flush() local447 op_buffer = curr_queue->op_buffer; in eca_crypto_enq_flush()450 op_buffer, in eca_crypto_enq_flush()456 op = op_buffer[ret++]; in eca_crypto_enq_flush()[all …]
441 struct rte_crypto_op **op_buffer;444 op_buffer = (struct rte_crypto_op **)448 cparams->qp_id, op_buffer, (uint16_t) n);454 rte_pktmbuf_free(op_buffer[ret]->sym->m_src);455 rte_crypto_op_free(op_buffer[ret]);
97 struct op_buffer { struct209 struct op_buffer op_buf[RTE_CRYPTO_MAX_DEVS];345 struct rte_crypto_op **op_buffer; in l2fwd_crypto_send_burst() local348 op_buffer = (struct rte_crypto_op **) in l2fwd_crypto_send_burst()352 cparams->qp_id, op_buffer, (uint16_t) n); in l2fwd_crypto_send_burst()358 rte_pktmbuf_free(op_buffer[ret]->sym->m_src); in l2fwd_crypto_send_burst()359 rte_crypto_op_free(op_buffer[ret]); in l2fwd_crypto_send_burst()