Searched refs:IEEE80211_SCTL_FRAG (Results 1 – 25 of 30) sorted by relevance
12
99 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in ath10k_tx_h_seq_no()
252 #define IEEE80211_SCTL_FRAG 0x000F macro291 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
64 !(le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG) && in ath9k_cmn_rx_accept()
236 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in ath9k_htc_send_beacon()
2259 fragno = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath_tx_setup_buffer()2308 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in ath_assign_seq()
58 #define IEEE80211_SCTL_FRAG 0x000F macro645 return (seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0; in ieee80211_is_first_frag()655 hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG); in ieee80211_is_frag()
259 frag = sc & IEEE80211_SCTL_FRAG; in prism2_frag_cache_get()756 frag = sc & IEEE80211_SCTL_FRAG; in hostap_80211_rx()
350 bool firstseg = (!(hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG))); in rtl92se_tx_fill_desc()
380 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8723e_tx_fill_desc()
157 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
435 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92ce_tx_fill_desc()
442 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8723be_tx_fill_desc()
516 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl88ee_tx_fill_desc()
408 #define IEEE80211_SCTL_FRAG 0x000F macro580 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG)
342 if ((seq & IEEE80211_SCTL_FRAG) || in zd1201_usbrx()349 if ((seq & IEEE80211_SCTL_FRAG) == 0) { in zd1201_usbrx()
606 ((hdr->seq_ctrl & cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8822be_tx_fill_desc()
702 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl8821ae_tx_fill_desc()
560 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92de_tx_fill_desc()
672 cpu_to_le16(IEEE80211_SCTL_FRAG)) == 0); in rtl92ee_tx_fill_desc()
230 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rt2x00queue_create_tx_descriptor_seq()
424 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in iwlagn_tx_skb()
276 tx_hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rtl8187_tx()
1320 cpu_to_le16(IEEE80211_SCTL_FRAG))); in ieee80211_iface_work()
1047 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in iwl_mvm_tx_mpdu()
540 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in rtl8180_tx()