Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ !
Dieee80211_rx.c102 struct rtl_80211_hdr_4addrqos *hdr_4addrqos; in ieee80211_frag_cache_get() local
106 hdr_4addrqos = (struct rtl_80211_hdr_4addrqos *)hdr; in ieee80211_frag_cache_get()
107 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_get()
169 struct rtl_80211_hdr_4addrqos *hdr_4addrqos; in ieee80211_frag_cache_invalidate() local
173 hdr_4addrqos = (struct rtl_80211_hdr_4addrqos *)hdr; in ieee80211_frag_cache_invalidate()
174 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_invalidate()
421 struct rtl_80211_hdr_4addrqos *hdr_4addrqos; in is_duplicate_packet() local
427 hdr_4addrqos = (struct rtl_80211_hdr_4addrqos *)header; in is_duplicate_packet()
428 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & IEEE80211_QCTL_TID; in is_duplicate_packet()
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtllib_rx.c97 struct rtllib_hdr_4addrqos *hdr_4addrqos; in rtllib_frag_cache_get() local
102 hdr_4addrqos = (struct rtllib_hdr_4addrqos *)hdr; in rtllib_frag_cache_get()
103 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_get()
167 struct rtllib_hdr_4addrqos *hdr_4addrqos; in rtllib_frag_cache_invalidate() local
172 hdr_4addrqos = (struct rtllib_hdr_4addrqos *)hdr; in rtllib_frag_cache_invalidate()
173 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_invalidate()
371 struct rtllib_hdr_4addrqos *hdr_4addrqos; in is_duplicate_packet() local
376 hdr_4addrqos = (struct rtllib_hdr_4addrqos *)header; in is_duplicate_packet()
377 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in is_duplicate_packet()