Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c436 if (ieee80211_has_morefrags(fc) && ieee80211_is_first_frag(sc)) in mt76_connac2_mac_write_txwi_80211()
438 else if (ieee80211_has_morefrags(fc) && !ieee80211_is_first_frag(sc)) in mt76_connac2_mac_write_txwi_80211()
440 else if (!ieee80211_has_morefrags(fc) && !ieee80211_is_first_frag(sc)) in mt76_connac2_mac_write_txwi_80211()
H A Dmac80211.c1191 !ieee80211_is_first_frag(hdr->frame_control)) in mt76_check_ccmp_pn()
/linux/net/mac80211/
H A Dstatus.c1054 if (ieee80211_is_first_frag(hdr->seq_ctrl)) { in __ieee80211_tx_status()
1073 if (ieee80211_is_first_frag(hdr->seq_ctrl)) in __ieee80211_tx_status()
H A Drx.c4443 if (ieee80211_is_first_frag(hdr->seq_ctrl) && in ieee80211_accept_frame()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c783 if (ieee80211_has_morefrags(fc) && ieee80211_is_first_frag(sc)) in mt7996_mac_write_txwi_80211()
785 else if (ieee80211_has_morefrags(fc) && !ieee80211_is_first_frag(sc)) in mt7996_mac_write_txwi_80211()
787 else if (!ieee80211_has_morefrags(fc) && !ieee80211_is_first_frag(sc)) in mt7996_mac_write_txwi_80211()
/linux/include/linux/
H A Dieee80211.h834 static inline bool ieee80211_is_first_frag(__le16 seq_ctrl) in ieee80211_is_first_frag() function