Searched refs:IEEE80211_SCTL_SEQ (Results 1 – 22 of 22) sorted by relevance
58 #define IEEE80211_SCTL_SEQ 0xFFF0 macro159 #define IEEE80211_SN_MASK ((IEEE80211_SCTL_SEQ) >> 4)203 #define IEEE80211_SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)204 #define IEEE80211_SN_TO_SEQ(ssn) (((ssn) << 4) & IEEE80211_SCTL_SEQ)813 return le16_get_bits(hdr->seq_ctrl, IEEE80211_SCTL_SEQ); in ieee80211_get_sn()
187 seq_num = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in wl1271_rx_handle_data()
76 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92de_tx_fill_desc()
124 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92du_tx_fill_desc()
384 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92ce_tx_fill_desc()
382 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl8723e_tx_fill_desc()
348 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92se_tx_fill_desc()
435 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl8723be_tx_fill_desc()
151 #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
498 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92cu_tx_fill_desc()
357 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw_tx_data_pkt_info_update()
510 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl88ee_tx_fill_desc()
673 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92ee_tx_fill_desc()
688 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl8821ae_tx_fill_desc()
1069 seq = le16_to_cpu(priv->last_seq_ctl) & IEEE80211_SCTL_SEQ; in iwlagn_suspend()
403 seq_number &= IEEE80211_SCTL_SEQ; in iwlagn_tx_skb()
1045 & IEEE80211_SCTL_SEQ); in __ieee80211_tx_status()
2413 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in ieee80211_rx_h_defragment()
816 *seq = (*seq + 0x10) & IEEE80211_SCTL_SEQ; in ieee80211_tx_next_seq()
1138 seq_number &= IEEE80211_SCTL_SEQ; in iwl_mvm_tx_mpdu()
1451 ssn = (ssn + 1) & IEEE80211_SCTL_SEQ; in iwl_mvm_sta_alloc_queue()
1292 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw89_core_tx_update_desc_info()