Searched refs:ieee80211_is_first_frag (Results 1 – 3 of 3) sorted by relevance
985 if (ieee80211_is_first_frag(hdr->seq_ctrl)) { in __ieee80211_tx_status()1004 if (ieee80211_is_first_frag(hdr->seq_ctrl)) in __ieee80211_tx_status()
768 !ieee80211_is_first_frag(hdr->frame_control)) in mt76_check_ccmp_pn()
758 static inline bool ieee80211_is_first_frag(__le16 seq_ctrl) in ieee80211_is_first_frag() function