Home
last modified time | relevance | path

Searched refs:OTX2_SEC_MAX_CAPS (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c39 #define OTX2_SEC_MAX_CAPS 4 macro
42 static struct rte_cryptodev_capabilities otx2_cpt_sec_caps[OTX2_SEC_MAX_CAPS];
841 if (cur_pos + nb_caps > OTX2_SEC_MAX_CAPS) in sec_caps_add()