Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c101 bool is_end = true; in ath11k_debugfs_fw_stats_process() local
115 is_end = ((++ar->fw_stats.num_bcn_recvd) == in ath11k_debugfs_fw_stats_process()
121 if (is_end) in ath11k_debugfs_fw_stats_process()
742 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local
751 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
764 if (!is_end) { in ath11k_write_fw_dbglog()
H A Dwmi.c8574 bool is_end = true; in ath11k_update_stats_event() local
8633 is_end = ((++ar->fw_stats.num_vdev_recvd) == in ath11k_update_stats_event()
8639 if (is_end) in ath11k_update_stats_event()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h850 bool is_end) in GTEST_DISABLE_MSC_WARNINGS_POP_()
854 current_(is_end ? end_ : begin_) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c302 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
344 is_end = (!list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
350 if (is_end) in ath10k_debug_fw_stats_process()
358 if (is_started && !is_end) { in ath10k_debug_fw_stats_process()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c8714 bool is_end = true; in ath12k_wmi_fw_stats_process() local
8735 is_end = ((++ar->fw_stats.num_vdev_recvd) == in ath12k_wmi_fw_stats_process()
8741 if (is_end) in ath12k_wmi_fw_stats_process()