Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.h88 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in ath10k_tx_h_seq_no()
/linux-6.15/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c330 if (!(tx_info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)) in rt2x00queue_create_tx_descriptor_ht()
378 else if (!(tx_info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)) in rt2x00queue_create_tx_descriptor_ht()
451 if ((tx_info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) && in rt2x00queue_create_tx_descriptor()
/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c275 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in generate_txhdr_fw3()
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dxmit.c404 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in b43_generate_txhdr()
/linux-6.15/include/net/
H A Dmac80211.h959 IEEE80211_TX_CTL_FIRST_FRAGMENT = BIT(4), enumerator
1061 IEEE80211_TX_CTL_CLEAR_PS_FILT | IEEE80211_TX_CTL_FIRST_FRAGMENT | \
/linux-6.15/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c654 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in cs_set_control()
/linux-6.15/net/mac80211/
H A Dtx.c929 IEEE80211_TX_CTL_FIRST_FRAGMENT); in ieee80211_fragment()
1290 info->flags |= IEEE80211_TX_CTL_FIRST_FRAGMENT; in ieee80211_tx_prepare()
3709 info->flags = IEEE80211_TX_CTL_FIRST_FRAGMENT | in __ieee80211_xmit_fast()
5263 IEEE80211_TX_CTL_FIRST_FRAGMENT; in ieee80211_beacon_get_finish()
/linux-6.15/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c271 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in rtl8187_tx()
/linux-6.15/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c542 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in rtl8180_tx()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2280 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in ath_assign_seq()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c6216 if (tx_info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT) in brcms_c_d11hdrs_mac80211()