Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance
1032 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32() local1047 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg_32()1057 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32()1058 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1059 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1062 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg_32()1063 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg_32()1079 struct htt_aggr_conf_v2 *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_v2() local1104 aggr_conf = &cmd->aggr_conf_v2; in ath10k_htt_h2t_aggr_cfg_msg_v2()1105 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