Home
last modified time | relevance | path

Searched refs:ieee80211_has_morefrags (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c170 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()
1253 if (tid < IWL_MAX_TID_COUNT && !ieee80211_has_morefrags(fc)) in iwl_mvm_tx_mpdu()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c395 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7921_mac_fill_rx()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c1610 wait_write_ptr = ieee80211_has_morefrags(fc); in iwl_trans_pcie_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1328 if (ieee80211_has_morefrags(hdr->frame_control) || in mt76_check_sta()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1596 ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags() function
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c62 return ieee80211_has_morefrags(hdr->frame_control); in ath12k_dp_rx_h_more_frags()
2054 !ieee80211_has_morefrags(hdr->frame_control) && in ath12k_dp_rx_h_undecap_raw()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c599 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7615_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c655 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7996_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c490 if (hdr_trans && ieee80211_has_morefrags(fc)) { in mt7915_mac_fill_rx()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c78 return ieee80211_has_morefrags(hdr->frame_control); in ath11k_dp_rx_h_mpdu_start_more_frags()
2107 !ieee80211_has_morefrags(hdr->frame_control) && in ath11k_dp_rx_h_undecap_raw()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1563 !ieee80211_has_morefrags(hdr->frame_control) && in ath10k_htt_rx_h_undecap_raw()