Lines Matching refs:pkt_ext

1824 			      struct iwl_he_pkt_ext_v2 *pkt_ext, u8 nss,  in iwl_mvm_parse_ppe()  argument
1847 bw < ARRAY_SIZE(pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_parse_ppe()
1859 pkt_ext->pkt_ext_qam_th[i][bw][0] = low_th; in iwl_mvm_parse_ppe()
1860 pkt_ext->pkt_ext_qam_th[i][bw][1] = high_th; in iwl_mvm_parse_ppe()
1867 struct iwl_he_pkt_ext_v2 *pkt_ext) in iwl_mvm_set_pkt_ext_from_he_ppe() argument
1877 iwl_mvm_parse_ppe(mvm, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bit); in iwl_mvm_set_pkt_ext_from_he_ppe()
1880 static void 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
1909 bw < ARRAY_SIZE(pkt_ext->pkt_ext_qam_th[i]); in iwl_mvm_set_pkt_ext_from_nominal_padding()
1911 pkt_ext->pkt_ext_qam_th[i][bw][0] = low_th; in iwl_mvm_set_pkt_ext_from_nominal_padding()
1912 pkt_ext->pkt_ext_qam_th[i][bw][1] = high_th; in iwl_mvm_set_pkt_ext_from_nominal_padding()
2029 memset(&sta_ctxt_cmd.pkt_ext, IWL_HE_PKT_EXT_NONE, in iwl_mvm_cfg_he_sta()
2030 sizeof(sta_ctxt_cmd.pkt_ext)); in iwl_mvm_cfg_he_sta()
2036 &sta_ctxt_cmd.pkt_ext); in iwl_mvm_cfg_he_sta()
2045 iwl_mvm_set_pkt_ext_from_nominal_padding(&sta_ctxt_cmd.pkt_ext, in iwl_mvm_cfg_he_sta()
2112 BUILD_BUG_ON(offsetof(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta()
2113 offsetof(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2115 offsetof(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()
2119 i < ARRAY_SIZE(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th); in iwl_mvm_cfg_he_sta()
2124 bw < ARRAY_SIZE(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i]); in iwl_mvm_cfg_he_sta()
2126 BUILD_BUG_ON(sizeof(sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw]) != in iwl_mvm_cfg_he_sta()
2127 sizeof(sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i][bw])); in iwl_mvm_cfg_he_sta()
2129 memcpy(&sta_ctxt_cmd_v2.pkt_ext.pkt_ext_qam_th[i][bw], in iwl_mvm_cfg_he_sta()
2130 &sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw], in iwl_mvm_cfg_he_sta()
2131 sizeof(sta_ctxt_cmd.pkt_ext.pkt_ext_qam_th[i][bw])); in iwl_mvm_cfg_he_sta()
2137 offsetofend(typeof(sta_ctxt_cmd), pkt_ext) != in iwl_mvm_cfg_he_sta()
2139 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2141 offsetofend(typeof(sta_ctxt_cmd_v2), pkt_ext), in iwl_mvm_cfg_he_sta()
2143 offsetofend(typeof(sta_ctxt_cmd), pkt_ext), in iwl_mvm_cfg_he_sta()
2145 offsetofend(typeof(sta_ctxt_cmd), pkt_ext)); in iwl_mvm_cfg_he_sta()