Searched refs:OTX2_CPT_RES_ALIGN (Results 1 – 3 of 3) sorted by relevance
51 struct otx2_cpt_res cpt_res __rte_aligned(OTX2_CPT_RES_ALIGN); in otx2_sec_event_tx()69 RTE_BUILD_BUG_ON(OTX2_CPT_RES_ALIGN % OTX2_NIX_SEND_DESC_ALIGN); in otx2_sec_event_tx()75 desc_headroom = (OTX2_CPT_RES_ALIGN - 1) + sizeof(*sd); in otx2_sec_event_tx()110 sd = (void *)RTE_PTR_ALIGN(data - desc_headroom, OTX2_CPT_RES_ALIGN); in otx2_sec_event_tx()
13 #define OTX2_CPT_RES_ALIGN 16 macro
290 md = rte_zmalloc(NULL, sizeof(struct inst_data), OTX2_CPT_RES_ALIGN); in hmac_init()