Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c38 #define OTX2_CPT_MAX_CAPS 34 macro
41 static struct rte_cryptodev_capabilities otx2_cpt_caps[OTX2_CPT_MAX_CAPS];
808 if (cur_pos + nb_caps > OTX2_CPT_MAX_CAPS) in cpt_caps_add()