Searched refs:ieee80211_is_first_frag (Results 1 – 3 of 3) sorted by relevance
842 if (ieee80211_is_first_frag(hdr->seq_ctrl)) { in __ieee80211_tx_status()861 if (ieee80211_is_first_frag(hdr->seq_ctrl)) in __ieee80211_tx_status()
522 !ieee80211_is_first_frag(hdr->frame_control)) in mt76_check_ccmp_pn()
643 static inline bool ieee80211_is_first_frag(__le16 seq_ctrl) in ieee80211_is_first_frag() function