Lines Matching refs:sc
255 u16 sc; in prism2_frag_cache_get() local
259 sc = le16_to_cpu(hdr->seq_ctrl); in prism2_frag_cache_get()
260 frag = sc & IEEE80211_SCTL_FRAG; in prism2_frag_cache_get()
261 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in prism2_frag_cache_get()
306 u16 sc; in prism2_frag_cache_invalidate() local
310 sc = le16_to_cpu(hdr->seq_ctrl); in prism2_frag_cache_invalidate()
311 seq = (sc & IEEE80211_SCTL_SEQ) >> 4; in prism2_frag_cache_invalidate()
724 u16 fc, type, stype, sc; in hostap_80211_rx() local
756 sc = le16_to_cpu(hdr->seq_ctrl); in hostap_80211_rx()
757 frag = sc & IEEE80211_SCTL_FRAG; in hostap_80211_rx()
928 (sc & IEEE80211_SCTL_SEQ) >> 4, frag); in hostap_80211_rx()