Lines Matching refs:op_buffer
97 struct rte_crypto_op **op_buffer; member
370 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() local
398 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() local
447 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()
750 qpairs->op_buffer = rte_zmalloc_socket(adapter->mem_name, in eca_add_queue_pair()
754 if (!qpairs->op_buffer) { in eca_add_queue_pair()