Searched refs:IEEE80211_SCTL_FRAG (Results 1 – 22 of 22) sorted by relevance
90 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in ath10k_tx_h_seq_no()
1906 frag_number = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath10k_htt_rx_h_frag_pn_check()2826 frag = sc & IEEE80211_SCTL_FRAG; in ath10k_htt_rx_proc_rx_frag_ind_hl()
63 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92de_tx_fill_desc()
57 #define IEEE80211_SCTL_FRAG 0x000F macro797 return (seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0; in ieee80211_is_first_frag()808 hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG); in ieee80211_is_frag()
358 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92ce_tx_fill_desc()
359 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8723e_tx_fill_desc()
328 bool firstseg = (!(hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG))); in rtl92se_tx_fill_desc()
420 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8723be_tx_fill_desc()
150 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
494 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl88ee_tx_fill_desc()
658 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92ee_tx_fill_desc()
680 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8821ae_tx_fill_desc()
223 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rt2x00queue_create_tx_descriptor_seq()
404 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in iwlagn_tx_skb()
273 tx_hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rtl8187_tx()
544 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rtl8180_tx()
1143 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in iwl_mvm_tx_mpdu()
1779 cpu_to_le16(IEEE80211_SCTL_FRAG))); in ieee80211_iface_process_skb()
1500 if (sc & IEEE80211_SCTL_FRAG) { in ieee80211_rx_reorder_ampdu()2391 frag = sc & IEEE80211_SCTL_FRAG; in ieee80211_rx_h_defragment()
1021 hdr->seq_ctrl |= cpu_to_le16(fragnum & IEEE80211_SCTL_FRAG); in ieee80211_tx_h_fragment()
627 if ((ieee80211_has_morefrags(fc) || seq_ctrl & IEEE80211_SCTL_FRAG) && in mt7996_mac_fill_rx()
88 return le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath11k_dp_rx_h_mpdu_start_frag_no()