Home
last modified time | relevance | path

Searched refs:sta_ctxt_cmd_v2 (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c1932 struct iwl_he_sta_context_cmd_v2 sta_ctxt_cmd_v2 = {}; in iwl_mvm_cfg_he_sta() local
1950 cmd = &sta_ctxt_cmd_v2; in iwl_mvm_cfg_he_sta()
1954 cmd = &sta_ctxt_cmd_v2; in iwl_mvm_cfg_he_sta()
2113 offsetof(typeof(sta_ctxt_cmd_v2), pkt_ext)); in iwl_mvm_cfg_he_sta()
2114 memcpy(&sta_ctxt_cmd_v2, &sta_ctxt_cmd, 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()
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()
2138 sizeof(sta_ctxt_cmd_v2) - in iwl_mvm_cfg_he_sta()
[all …]