Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dcommon.c63 !ieee80211_has_morefrags(fc) && in ath9k_cmn_rx_accept()
H A Drecv.c616 !ieee80211_has_morefrags(hdr->frame_control)) { in ath_rx_ps()
H A Dxmit.c2181 if (!ieee80211_has_morefrags(hdr->frame_control)) in ath_tx_setup_buffer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c77 if (ieee80211_has_morefrags(fc)) in iwlagn_tx_cmd_build_basic()
440 if (is_data_qos && !ieee80211_has_morefrags(fc)) in iwlagn_tx_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c593 if (ieee80211_has_morefrags(fc)) in rtl92cu_tx_fill_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c222 if (ieee80211_has_morefrags(fc)) in iwl_mvm_set_tx_cmd()
1179 if (tid < IWL_MAX_TID_COUNT && !ieee80211_has_morefrags(fc)) in iwl_mvm_tx_mpdu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h358 static inline bool ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags() function
769 return ieee80211_has_morefrags(hdr->frame_control) || in ieee80211_is_frag()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drx.c1713 } else if (!ieee80211_has_morefrags(hdr->frame_control) && in ieee80211_rx_h_uapsd_and_pspoll()
1804 !ieee80211_has_morefrags(hdr->frame_control) && in ieee80211_rx_h_sta_process()
2258 if (likely(!ieee80211_has_morefrags(fc) && frag == 0)) in ieee80211_rx_h_defragment()
2367 if (ieee80211_has_morefrags(fc)) { in ieee80211_rx_h_defragment()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c434 if (ieee80211_has_morefrags(hdr->frame_control)) { in rt2x00queue_create_tx_descriptor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c909 if (ieee80211_has_morefrags(hdr->frame_control) || in mt76_check_sta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c413 if (ieee80211_has_morefrags(fc)) in il3945_build_tx_cmd_basic()
600 if (!ieee80211_has_morefrags(hdr->frame_control)) { in il3945_tx_skb()
H A D4965-mac.c1508 if (ieee80211_has_morefrags(fc)) in il4965_tx_cmd_build_basic()
1760 if (!ieee80211_has_morefrags(fc)) in il4965_tx_skb()
1844 if (!ieee80211_has_morefrags(hdr->frame_control)) { in il4965_tx_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c251 if (ieee80211_has_morefrags(tx_hdr->frame_control)) in rtl8187_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c2088 wait_write_ptr = ieee80211_has_morefrags(fc); in iwl_trans_pcie_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1461 !ieee80211_has_morefrags(hdr->frame_control) && in ath10k_htt_rx_h_undecap_raw()
1808 more_frags = ieee80211_has_morefrags(hdr->frame_control); in ath10k_htt_rx_h_frag_pn_check()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c67 return ieee80211_has_morefrags(hdr->frame_control); in ath11k_dp_rx_h_mpdu_start_more_frags()
2030 !ieee80211_has_morefrags(hdr->frame_control) && in ath11k_dp_rx_h_undecap_raw()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c942 if ((ieee80211_has_morefrags in moal_recv_packet_to_mon_if()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c1476 if ((ieee80211_has_morefrags(
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c2291 tx_desc->more_data = (ieee80211_has_morefrags(hdr->frame_control))? 1: 0; in ssv6xxx_update_txinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c920 lastframe = !ieee80211_has_morefrags(h->frame_control); in brcms_c_dotxstatus()