Home
last modified time | relevance | path

Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c942 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg() local
957 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg()
967 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg()
968 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg()
969 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg()
972 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg()
973 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg()
Dhtt.h1630 struct htt_aggr_conf aggr_conf; member