Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcpt_common.h21 #define CPT_FLAG_VF_DRIVER BIT(2) macro
25 #define cpt_vf_driver(cpt) ((cpt)->flags & CPT_FLAG_VF_DRIVER)
H A Dcptvf_main.c686 cptvf->flags |= CPT_FLAG_VF_DRIVER; in cptvf_probe()