Searched refs:ieee80211_has_morefrags (Results 1 – 17 of 17) sorted by relevance
63 !ieee80211_has_morefrags(fc) && in ath9k_cmn_rx_accept()
615 !ieee80211_has_morefrags(hdr->frame_control)) { in ath_rx_ps()
2266 if (!ieee80211_has_morefrags(hdr->frame_control)) in ath_tx_setup_buffer()
94 if (ieee80211_has_morefrags(fc)) in iwlagn_tx_cmd_build_basic()458 if (is_data_qos && !ieee80211_has_morefrags(fc)) in iwlagn_tx_skb()
562 if (ieee80211_has_morefrags(hdr->frame_control) || in mt76_check_ps()
603 if (ieee80211_has_morefrags(fc)) in rtl92cu_tx_fill_desc()
297 static inline bool ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags() function654 return ieee80211_has_morefrags(hdr->frame_control) || in ieee80211_is_frag()
226 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()1116 if (tid < IWL_MAX_TID_COUNT && !ieee80211_has_morefrags(fc)) in iwl_mvm_tx_mpdu()
1640 } else if (!ieee80211_has_morefrags(hdr->frame_control) && in ieee80211_rx_h_uapsd_and_pspoll()1730 !ieee80211_has_morefrags(hdr->frame_control) && in ieee80211_rx_h_sta_process()2105 if (likely(!ieee80211_has_morefrags(fc) && frag == 0)) in ieee80211_rx_h_defragment()2195 if (ieee80211_has_morefrags(fc)) { in ieee80211_rx_h_defragment()
441 if (ieee80211_has_morefrags(hdr->frame_control)) { in rt2x00queue_create_tx_descriptor()
431 if (ieee80211_has_morefrags(fc)) in il3945_build_tx_cmd_basic()618 if (!ieee80211_has_morefrags(hdr->frame_control)) { in il3945_tx_skb()
1523 if (ieee80211_has_morefrags(fc)) in il4965_tx_cmd_build_basic()1775 if (!ieee80211_has_morefrags(fc)) in il4965_tx_skb()1859 if (!ieee80211_has_morefrags(hdr->frame_control)) { in il4965_tx_skb()
254 if (ieee80211_has_morefrags(tx_hdr->frame_control)) in rtl8187_tx()
2443 wait_write_ptr = ieee80211_has_morefrags(fc); in iwl_trans_pcie_tx()
1711 if (!ieee80211_has_morefrags(hdr->frame_control)) in rtl_pci_tx()
1225 !ieee80211_has_morefrags(hdr->frame_control) && in ath10k_htt_rx_h_undecap_raw()
926 lastframe = !ieee80211_has_morefrags(h->frame_control); in brcms_c_dotxstatus()