Searched refs:IEEE80211_SCTL_SEQ (Results 1 – 25 of 27) sorted by relevance
12
260 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in prism2_frag_cache_get()310 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in prism2_frag_cache_invalidate()927 (sc & IEEE80211_SCTL_SEQ) >> 4, frag); in hostap_80211_rx()
187 seq_num = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in wl1271_rx_handle_data()
57 #define IEEE80211_SCTL_SEQ 0xFFF0 macro170 #define IEEE80211_SN_MASK ((IEEE80211_SCTL_SEQ) >> 4)209 #define IEEE80211_SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)210 #define IEEE80211_SN_TO_SEQ(ssn) (((ssn) << 4) & IEEE80211_SCTL_SEQ)
348 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92se_tx_fill_desc()
383 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl8723e_tx_fill_desc()
385 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92ce_tx_fill_desc()
153 #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
342 #define IEEE80211_SCTL_SEQ 0xFFF0 macro514 #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
435 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl8723be_tx_fill_desc()
490 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92cu_tx_fill_desc()
346 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw_tx_data_pkt_info_update()
602 IEEE80211_SCTL_SEQ) >> 4; in vnt_tx_packet()
510 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl88ee_tx_fill_desc()
356 frag->seq = seq & IEEE80211_SCTL_SEQ; in zd1201_usbrx()365 if (frag->seq == (seq&IEEE80211_SCTL_SEQ)) in zd1201_usbrx()
503 seq_number = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtl92de_tx_fill_desc()
671 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()
400 seq_number &= IEEE80211_SCTL_SEQ; in iwlagn_tx_skb()
971 & IEEE80211_SCTL_SEQ); in __ieee80211_tx_status()
1245 u16 mpdu_seq_num = (sc & IEEE80211_SCTL_SEQ) >> 4; in ieee80211_sta_manage_reorder_buf()2260 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in ieee80211_rx_h_defragment()
1181 seq_number &= IEEE80211_SCTL_SEQ; in iwl_mvm_tx_mpdu()
1465 ssn = (ssn + 1) & IEEE80211_SCTL_SEQ; in iwl_mvm_sta_alloc_queue()
1738 seq_number &= IEEE80211_SCTL_SEQ; in il4965_tx_skb()2332 ssn = (tid_data->seq_number & IEEE80211_SCTL_SEQ) >> 4; in il4965_tx_agg_stop()
890 seq = (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4; in rtw89_core_tx_update_desc_info()