Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance
1012 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32() local1027 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg_32()1037 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32()1038 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1039 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1042 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg_32()1043 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg_32()1059 struct htt_aggr_conf_v2 *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_v2() local1084 aggr_conf = &cmd->aggr_conf_v2; in ath10k_htt_h2t_aggr_cfg_msg_v2()1085 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_v2()[all …]
1696 struct htt_aggr_conf aggr_conf; member