Home
last modified time | relevance | path

Searched refs:twt_params (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c1679 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_add_dialog() local
1725 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()
1726 twt_params.sta_cong_timer_ms = 0; in ath11k_write_twt_add_dialog()
1728 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()
1742 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()
1743 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()
1755 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_del_dialog() local
1789 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_del_dialog()
1790 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_del_dialog()
H A Dwmi.c3335 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()
3336 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()
3338 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()
3340 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()
3342 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()
3344 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()
3346 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()
3349 twt_params->min_no_twt_slots = ATH11K_TWT_DEF_MIN_NO_TWT_SLOTS; in ath11k_wmi_fill_default_twt_params()
3350 twt_params->max_no_sta_twt = ATH11K_TWT_DEF_MAX_NO_STA_TWT; in ath11k_wmi_fill_default_twt_params()
3353 twt_params->remove_sta_slot_interval = in ath11k_wmi_fill_default_twt_params()
[all …]
H A Dmac.c3662 struct wmi_twt_enable_params twt_params = {0}; in ath11k_mac_op_bss_info_changed() local
3665 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_mac_op_bss_info_changed()
3667 &twt_params); in ath11k_mac_op_bss_info_changed()
H A Dwmi.h6439 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params);