Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance
1031 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32() local1046 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg_32()1056 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32()1057 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1058 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1061 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg_32()1062 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg_32()1078 struct htt_aggr_conf_v2 *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_v2() local1103 aggr_conf = &cmd->aggr_conf_v2; in ath10k_htt_h2t_aggr_cfg_msg_v2()1104 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_v2()[all …]
1802 struct htt_aggr_conf aggr_conf; member