Home
last modified time | relevance | path

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

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