Home
last modified time | relevance | path

Searched refs:extra_time (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/crypto/cavium/cpt/
Drequest_manager.h93 u8 extra_time; member
Dcptvf_reqmanager.c382 (info->extra_time < TIME_IN_RESET_COUNT)) { in process_pending_queue()
384 info->extra_time++; in process_pending_queue()
/Linux-v6.6/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_reqmgr.h146 u8 extra_time; member
Dotx2_cptvf_reqmgr.c386 else if (info->extra_time < CPT_TIME_IN_RESET_COUNT) { in cpt_process_ccode()
388 info->extra_time++; in cpt_process_ccode()
/Linux-v6.6/drivers/crypto/marvell/octeontx/
Dotx_cptvf_reqmgr.h187 u8 extra_time; member
Dotx_cptvf_reqmgr.c462 else if (cpt_info->extra_time < OTX_CPT_TIME_IN_RESET_COUNT) { in cpt_process_ccode()
464 cpt_info->extra_time++; in cpt_process_ccode()