Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Ddebugfs.c1680 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_add_dialog() local
1726 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()
1727 twt_params.sta_cong_timer_ms = 0; in ath11k_write_twt_add_dialog()
1729 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()
1743 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_add_dialog()
1744 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog()
1756 struct wmi_twt_enable_params twt_params = {0}; in ath11k_write_twt_del_dialog() local
1790 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_write_twt_del_dialog()
1791 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_del_dialog()
Dwmi.c3142 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params) in ath11k_wmi_fill_default_twt_params() argument
3144 twt_params->sta_cong_timer_ms = ATH11K_TWT_DEF_STA_CONG_TIMER_MS; in ath11k_wmi_fill_default_twt_params()
3145 twt_params->default_slot_size = ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE; in ath11k_wmi_fill_default_twt_params()
3146 twt_params->congestion_thresh_setup = ATH11K_TWT_DEF_CONGESTION_THRESH_SETUP; in ath11k_wmi_fill_default_twt_params()
3147 twt_params->congestion_thresh_teardown = in ath11k_wmi_fill_default_twt_params()
3149 twt_params->congestion_thresh_critical = in ath11k_wmi_fill_default_twt_params()
3151 twt_params->interference_thresh_teardown = in ath11k_wmi_fill_default_twt_params()
3153 twt_params->interference_thresh_setup = in ath11k_wmi_fill_default_twt_params()
3155 twt_params->min_no_sta_setup = ATH11K_TWT_DEF_MIN_NO_STA_SETUP; in ath11k_wmi_fill_default_twt_params()
3156 twt_params->min_no_sta_teardown = ATH11K_TWT_DEF_MIN_NO_STA_TEARDOWN; in ath11k_wmi_fill_default_twt_params()
[all …]
Dmac.c3660 struct wmi_twt_enable_params twt_params = {0}; in ath11k_mac_op_bss_info_changed() local
3663 ath11k_wmi_fill_default_twt_params(&twt_params); in ath11k_mac_op_bss_info_changed()
3665 &twt_params); in ath11k_mac_op_bss_info_changed()
Dwmi.h6436 void ath11k_wmi_fill_default_twt_params(struct wmi_twt_enable_params *twt_params);