Searched refs:ieee80211_is_first_frag (Results 1 – 4 of 4) sorted by relevance
1023 if (ieee80211_is_first_frag(hdr->seq_ctrl)) { in __ieee80211_tx_status()1042 if (ieee80211_is_first_frag(hdr->seq_ctrl)) in __ieee80211_tx_status()
4382 if (ieee80211_is_first_frag(hdr->seq_ctrl) && in ieee80211_accept_frame()
1140 !ieee80211_is_first_frag(hdr->frame_control)) in mt76_check_ccmp_pn()
789 static inline bool ieee80211_is_first_frag(__le16 seq_ctrl) in ieee80211_is_first_frag() function