Lines Matching refs:pkt_ext

2225 			      struct iwl_he_pkt_ext_v2 *pkt_ext, u8 nss,  in iwl_mvm_parse_ppe()  argument
2249 bw < ARRAY_SIZE(pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_parse_ppe()
2272 pkt_ext->pkt_ext_qam_th[i][bw][0] = low_th; in iwl_mvm_parse_ppe()
2273 pkt_ext->pkt_ext_qam_th[i][bw][1] = high_th; in iwl_mvm_parse_ppe()
2280 struct iwl_he_pkt_ext_v2 *pkt_ext, in iwl_mvm_set_pkt_ext_from_he_ppe() argument
2292 iwl_mvm_parse_ppe(mvm, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bit, in iwl_mvm_set_pkt_ext_from_he_ppe()
2297 iwl_mvm_set_pkt_ext_from_nominal_padding(struct iwl_he_pkt_ext_v2 *pkt_ext, in iwl_mvm_set_pkt_ext_from_nominal_padding() argument
2329 bw < ARRAY_SIZE(pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_set_pkt_ext_from_nominal_padding()
2331 pkt_ext->pkt_ext_qam_th[i][bw][0] = low_th; in iwl_mvm_set_pkt_ext_from_nominal_padding()
2332 pkt_ext->pkt_ext_qam_th[i][bw][1] = high_th; in iwl_mvm_set_pkt_ext_from_nominal_padding()
2339 static void iwl_mvm_get_optimal_ppe_info(struct iwl_he_pkt_ext_v2 *pkt_ext, in iwl_mvm_get_optimal_ppe_info() argument
2347 for (bw = 0; bw < ARRAY_SIZE(pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_get_optimal_ppe_info()
2349 u8 *qam_th = &pkt_ext->pkt_ext_qam_th[i][bw][0]; in iwl_mvm_get_optimal_ppe_info()
2367 struct iwl_he_pkt_ext_v2 *pkt_ext) in iwl_mvm_set_sta_pkt_ext() argument
2378 memset(pkt_ext, IWL_HE_PKT_EXT_NONE, in iwl_mvm_set_sta_pkt_ext()
2400 iwl_mvm_parse_ppe(mvm, pkt_ext, nss, ru_index_bitmap, in iwl_mvm_set_sta_pkt_ext()
2412 iwl_mvm_set_pkt_ext_from_he_ppe(mvm, link_sta, pkt_ext, in iwl_mvm_set_sta_pkt_ext()
2419 iwl_mvm_get_optimal_ppe_info(pkt_ext, nominal_padding); in iwl_mvm_set_sta_pkt_ext()
2425 ret = iwl_mvm_set_pkt_ext_from_nominal_padding(pkt_ext, in iwl_mvm_set_sta_pkt_ext()
2432 iwl_mvm_set_pkt_ext_from_he_ppe(mvm, link_sta, pkt_ext, in iwl_mvm_set_sta_pkt_ext()
2442 ret = iwl_mvm_set_pkt_ext_from_nominal_padding(pkt_ext, in iwl_mvm_set_sta_pkt_ext()
2451 bw < ARRAY_SIZE(*pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_set_sta_pkt_ext()
2454 &pkt_ext->pkt_ext_qam_th[i][bw][0]; in iwl_mvm_set_sta_pkt_ext()
2614 if (!iwl_mvm_set_sta_pkt_ext(mvm, &sta->deflink, &sta_ctxt_cmd.pkt_ext)) in iwl_mvm_cfg_he_sta()
2659 BUILD_BUG_ON(offsetof(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta()
2660 offsetof(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2662 offsetof(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()
2666 i < ARRAY_SIZE(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th); in iwl_mvm_cfg_he_sta()
2671 bw < ARRAY_SIZE(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i]); in iwl_mvm_cfg_he_sta()
2673 BUILD_BUG_ON(sizeof(sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw]) != in iwl_mvm_cfg_he_sta()
2674 sizeof(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i][bw])); in iwl_mvm_cfg_he_sta()
2676 memcpy(&sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i][bw], in iwl_mvm_cfg_he_sta()
2677 &sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw], in iwl_mvm_cfg_he_sta()
2678 sizeof(sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw])); in iwl_mvm_cfg_he_sta()
2684 offsetofend(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta()
2686 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2688 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext), in iwl_mvm_cfg_he_sta()
2690 offsetofend(typeof(sta_ctxt_cmd), pkt_ext), in iwl_mvm_cfg_he_sta()
2692 offsetofend(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()