Home
last modified time | relevance | path

Searched defs:hw_caps (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c12 #define CPT_EGRP_GET(hw_caps, name, egrp) do { \ argument
24 #define CPT_CAPS_ADD(hw_caps, name) do { \ argument
31 #define SEC_CAPS_ADD(hw_caps, name) do { \ argument
816 otx2_crypto_capabilities_init(union cpt_eng_caps *hw_caps) in otx2_crypto_capabilities_init()
849 otx2_crypto_sec_capabilities_init(union cpt_eng_caps *hw_caps) in otx2_crypto_sec_capabilities_init()
H A Dotx2_cryptodev.h34 union cpt_eng_caps hw_caps[CPT_MAX_ENG_TYPES]; member
H A Dotx2_cryptodev_mbox.c19 union cpt_eng_caps *hw_caps) in otx2_cpt_hardware_caps_get()