Searched defs:ccp_batch_info (Results 1 – 1 of 1) sorted by relevance
49 struct ccp_batch_info { struct50 struct rte_crypto_op *op[CCP_MAX_BURST];52 int op_idx;53 uint16_t b_idx;54 struct ccp_queue *cmd_q;55 uint16_t opcnt;56 uint16_t total_nb_ops;58 int desccnt;60 uint32_t head_offset;62 uint32_t tail_offset;[all …]