Home
last modified time | relevance | path

Searched refs:IEEE80211_SCTL_FRAG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.h90 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in ath10k_tx_h_seq_no()
H A Dhtt_rx.c2027 frag_number = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath10k_htt_rx_h_frag_pn_check()
2965 frag = sc & IEEE80211_SCTL_FRAG; in ath10k_htt_rx_proc_rx_frag_ind_hl()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h112 #define IEEE80211_SCTL_FRAG IEEE80211_SEQ_FRAG_MASK macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1262 hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG); in iwl_mvm_tx_mpdu()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c71 return le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath12k_dp_rx_h_frag_no()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c87 return le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG; in ath11k_dp_rx_h_mpdu_start_frag_no()