Lines Matching refs:control
103 u16 control = le16_to_cpu(bar->control); in iwl_mvm_set_tx_cmd() local
106 tx_cmd->tid_tspec = (control & in iwl_mvm_set_tx_cmd()
137 } else if (info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO) { in iwl_mvm_set_tx_cmd()
200 WARN_ONCE(info->control.rates[0].flags & IEEE80211_TX_RC_MCS, in iwl_mvm_set_tx_cmd_rate()
202 info->control.rates[0].flags, in iwl_mvm_set_tx_cmd_rate()
203 info->control.rates[0].idx, in iwl_mvm_set_tx_cmd_rate()
206 rate_idx = info->control.rates[0].idx; in iwl_mvm_set_tx_cmd_rate()
249 struct ieee80211_key_conf *keyconf = info->control.hw_key; in iwl_mvm_set_tx_cmd_crypto()
300 if (info->control.hw_key) in iwl_mvm_set_tx_params()
327 (!info->control.vif || in iwl_mvm_tx_skb_non_sta()
328 info->hw_queue != info->control.vif->cab_queue))) in iwl_mvm_tx_skb_non_sta()
338 info->control.vif->type == NL80211_IFTYPE_STATION) in iwl_mvm_tx_skb_non_sta()
346 if (info->control.vif && in iwl_mvm_tx_skb_non_sta()
347 (info->control.vif->type == NL80211_IFTYPE_P2P_DEVICE || in iwl_mvm_tx_skb_non_sta()
348 info->control.vif->type == NL80211_IFTYPE_AP)) { in iwl_mvm_tx_skb_non_sta()
350 iwl_mvm_vif_from_mac80211(info->control.vif); in iwl_mvm_tx_skb_non_sta()