Searched refs:cpt_res (Results 1 – 4 of 4) sorted by relevance
51 struct otx2_cpt_res cpt_res __rte_aligned(OTX2_CPT_RES_ALIGN); in otx2_sec_event_tx()70 RTE_BUILD_BUG_ON(sizeof(sd->cpt_res) % OTX2_NIX_SEND_DESC_ALIGN); in otx2_sec_event_tx()118 inst.res_addr = desc_addr + offsetof(struct desc, cpt_res); in otx2_sec_event_tx()129 sd->cpt_res.u16[0] = 0; in otx2_sec_event_tx()
278 struct otx2_cpt_res cpt_res; in hmac_init() member302 inst.res_addr = md_iova + offsetof(struct inst_data, cpt_res); in hmac_init()310 md->cpt_res.compcode = 0; in hmac_init()311 md->cpt_res.uc_compcode = 0xff; in hmac_init()322 res = (volatile struct otx2_cpt_res *)&md->cpt_res; in hmac_init()
41 union cpt_res_s cpt_res __rte_aligned(16);
40 resp_addr = (uint8_t *)&meta->cpt_res; in alloc_request_struct()