Home
last modified time | relevance | path

Searched refs:FW_AUTH_MAX_RETRY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_hal.h122 #define FW_AUTH_MAX_RETRY 300 macro
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1463 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_uclo_auth_fw()
1774 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_uclo_load_fw()
1775 if (retry > FW_AUTH_MAX_RETRY) { in qat_uclo_load_fw()
H A Dqat_hal.c1169 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_hal_start()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2553 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_aefw_auth()
2595 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_aefw_suof_load()
2597 if (retry > FW_AUTH_MAX_RETRY) { in qat_aefw_suof_load()
2842 } while (retry++ < FW_AUTH_MAX_RETRY); in qat_aefw_start()
H A Dqatreg.h305 #define FW_AUTH_MAX_RETRY 300 macro