Searched refs:aggr_conf (Results 1 – 2 of 2) sorted by relevance
1014 struct htt_aggr_conf *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32() local1029 len += sizeof(cmd->aggr_conf); in ath10k_htt_h2t_aggr_cfg_msg_32()1039 aggr_conf = &cmd->aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_32()1040 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1041 aggr_conf->max_num_amsdu_subframes = max_subfrms_amsdu; in ath10k_htt_h2t_aggr_cfg_msg_32()1044 aggr_conf->max_num_amsdu_subframes, in ath10k_htt_h2t_aggr_cfg_msg_32()1045 aggr_conf->max_num_ampdu_subframes); in ath10k_htt_h2t_aggr_cfg_msg_32()1061 struct htt_aggr_conf_v2 *aggr_conf; in ath10k_htt_h2t_aggr_cfg_msg_v2() local1086 aggr_conf = &cmd->aggr_conf_v2; in ath10k_htt_h2t_aggr_cfg_msg_v2()1087 aggr_conf->max_num_ampdu_subframes = max_subfrms_ampdu; in ath10k_htt_h2t_aggr_cfg_msg_v2()[all …]
1692 struct htt_aggr_conf aggr_conf; member