Home
last modified time | relevance | path

Searched refs:hdr_3addrqos (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c105 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in ieee80211_frag_cache_get() local
115 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)hdr; in ieee80211_frag_cache_get()
116 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_get()
172 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in ieee80211_frag_cache_invalidate() local
182 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)hdr; in ieee80211_frag_cache_invalidate()
183 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_invalidate()
427 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in is_duplicate_packet() local
439 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)header; in is_duplicate_packet()
440 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in is_duplicate_packet()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_rx.c104 struct rtllib_hdr_3addrqos *hdr_3addrqos; in rtllib_frag_cache_get() local
115 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)hdr; in rtllib_frag_cache_get()
116 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_get()
174 struct rtllib_hdr_3addrqos *hdr_3addrqos; in rtllib_frag_cache_invalidate() local
185 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)hdr; in rtllib_frag_cache_invalidate()
186 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_invalidate()
378 struct rtllib_hdr_3addrqos *hdr_3addrqos; in is_duplicate_packet() local
389 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)header; in is_duplicate_packet()
390 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in is_duplicate_packet()