Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcpt_common.h26 #define cpt_device_ready(cpt) ((cpt)->flags & CPT_FLAG_DEVICE_READY) macro
H A Dcptvf_reqmanager.c559 if (!cpt_device_ready(cptvf)) { in cptvf_do_request()