Home
last modified time | relevance | path

Searched refs:max_rest_time (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3291 u32 max_rest_time; member
3392 u32 max_rest_time; member
6242 u32 max_rest_time; member
H A Dwmi.c2273 arg->max_rest_time = 500; in ath11k_wmi_start_scan_init()
2452 cmd->max_rest_time = params->max_rest_time; in ath11k_wmi_send_scan_start_cmd()
H A Dmac.c4308 scan_timeout = min_t(u32, arg->max_rest_time * in ath11k_mac_op_hw_scan()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3461 __le32 max_rest_time; member
3552 u32 max_rest_time; member
5722 __le32 max_rest_time; member
H A Dwmi.c2562 arg->max_rest_time = 500; in ath12k_wmi_start_scan_init()
2739 cmd->max_rest_time = cpu_to_le32(arg->max_rest_time); in ath12k_wmi_send_scan_start_cmd()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.h2631 __le32 max_rest_time; member
H A Dwmi.h3232 __le32 max_rest_time; member
3289 u32 max_rest_time; member
H A Dwmi.c7038 cmn->max_rest_time = __cpu_to_le32(arg->max_rest_time); in ath10k_wmi_put_start_scan_common()
7197 arg->max_rest_time = 500; in ath10k_wmi_start_scan_init()
H A Dmac.c6489 scan_timeout = min_t(u32, arg->max_rest_time * in ath10k_hw_scan()