Home
last modified time | relevance | path

Searched refs:reset_count (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c807 int reset_count, fail_cont_count; in ath12k_core_reset() local
827 reset_count = atomic_inc_return(&ab->reset_count); in ath12k_core_reset()
829 if (reset_count > 1) { in ath12k_core_reset()
834 ath12k_warn(ab, "already resetting count %d\n", reset_count); in ath12k_core_reset()
841 atomic_dec(&ab->reset_count); in ath12k_core_reset()
H A Dcore.h769 atomic_t reset_count; member
H A Dmac.c6757 atomic_dec(&ab->reset_count); in ath12k_mac_op_reconfig_complete()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c1940 int reset_count, fail_cont_count; in ath11k_core_reset() local
1960 reset_count = atomic_inc_return(&ab->reset_count); in ath11k_core_reset()
1962 if (reset_count > 1) { in ath11k_core_reset()
1967 ath11k_warn(ab, "already resetting count %d\n", reset_count); in ath11k_core_reset()
1975 atomic_dec(&ab->reset_count); in ath11k_core_reset()
H A Dcore.h963 atomic_t reset_count; member
H A Dmac.c8495 atomic_dec(&ab->reset_count); in ath11k_mac_op_reconfig_complete()
/freebsd/sys/dev/ips/
H A Dipsreg.h257 u_int8_t reset_count; member
H A Dips_commands.c457 command_struct->reset_count = sc->ffdc_resetcount; in ips_send_ffdc_reset_cmd()
/freebsd/contrib/libfido2/src/
H A Dtpm.c67 uint32_t reset_count; /* obfuscated by tpm */
/freebsd/sys/dev/mrsas/
H A Dmrsas.c413 &sc->reset_count, 0, "number of ocr from start of the day"); in mrsas_setup_sysctl()
472 sc->reset_count = 0; in mrsas_get_tunables()
3149 sc->reset_count++; in mrsas_ocr_thread()
H A Dmrsas.h3533 u_int32_t reset_count; member