Lines Matching refs:fc
81 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd() local
91 if (ieee80211_is_probe_resp(fc)) in iwl_mvm_set_tx_cmd()
94 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()
97 if (ieee80211_is_data_qos(fc)) { in iwl_mvm_set_tx_cmd()
101 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd()
127 if (ieee80211_is_mgmt(fc)) { in iwl_mvm_set_tx_cmd()
128 if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc)) in iwl_mvm_set_tx_cmd()
143 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
165 struct ieee80211_sta *sta, __le16 fc) in iwl_mvm_set_tx_cmd_rate() argument
175 if (ieee80211_is_probe_resp(fc)) { in iwl_mvm_set_tx_cmd_rate()
179 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd_rate()
190 if (ieee80211_is_data(fc) && sta) { in iwl_mvm_set_tx_cmd_rate()
194 } else if (ieee80211_is_back_req(fc)) { in iwl_mvm_set_tx_cmd_rate()
204 le16_to_cpu(fc)); in iwl_mvm_set_tx_cmd_rate()
396 __le16 fc; in iwl_mvm_tx_skb() local
403 fc = hdr->frame_control; in iwl_mvm_tx_skb()
427 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) { in iwl_mvm_tx_skb()
443 memcpy(tx_cmd->hdr, hdr, ieee80211_hdrlen(fc)); in iwl_mvm_tx_skb()
466 if (is_data_qos && !ieee80211_has_morefrags(fc)) in iwl_mvm_tx_skb()