Lines Matching refs:amsdu
46 bool amsdu) in iwl_mvm_tx_csum() argument
112 if (skb->protocol == htons(ETH_P_IP) && amsdu) { in iwl_mvm_tx_csum()
137 if (amsdu) in iwl_mvm_tx_csum()
157 bool amsdu = false; in iwl_mvm_set_tx_cmd() local
177 amsdu = *qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT; in iwl_mvm_set_tx_cmd()
245 cpu_to_le16(iwl_mvm_tx_csum(mvm, skb, info, amsdu)); in iwl_mvm_set_tx_cmd()
583 bool amsdu = false; in iwl_mvm_set_tx_params() local
588 amsdu = *qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT; in iwl_mvm_set_tx_params()
615 info, amsdu); in iwl_mvm_set_tx_params()
630 info, amsdu); in iwl_mvm_set_tx_params()
1413 bool amsdu; in iwl_mvm_tx_skb_sta() local
1417 amsdu = ieee80211_is_data_qos(hdr->frame_control) && in iwl_mvm_tx_skb_sta()
1422 amsdu ? addr3 : NULL); in iwl_mvm_tx_skb_sta()