Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h22 #define otx_cpt_device_ready(cpt) ((cpt)->flags & OTX_CPT_FLAG_DEVICE_READY) macro
H A Dotx_cptvf_reqmgr.c409 if (!otx_cpt_device_ready(cptvf)) { in otx_cpt_do_request()