Searched refs:hdr_3addrqos (Results 1 – 2 of 2) sorted by relevance
101 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in ieee80211_frag_cache_get() local111 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)hdr; in ieee80211_frag_cache_get()112 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_get()168 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in ieee80211_frag_cache_invalidate() local178 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)hdr; in ieee80211_frag_cache_invalidate()179 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in ieee80211_frag_cache_invalidate()420 struct rtl_80211_hdr_3addrqos *hdr_3addrqos; in is_duplicate_packet() local432 hdr_3addrqos = (struct rtl_80211_hdr_3addrqos *)header; in is_duplicate_packet()433 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & IEEE80211_QCTL_TID; in is_duplicate_packet()
96 struct rtllib_hdr_3addrqos *hdr_3addrqos; in rtllib_frag_cache_get() local107 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)hdr; in rtllib_frag_cache_get()108 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_get()165 struct rtllib_hdr_3addrqos *hdr_3addrqos; in rtllib_frag_cache_invalidate() local176 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)hdr; in rtllib_frag_cache_invalidate()177 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_invalidate()358 struct rtllib_hdr_3addrqos *hdr_3addrqos; in is_duplicate_packet() local369 hdr_3addrqos = (struct rtllib_hdr_3addrqos *)header; in is_duplicate_packet()370 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in is_duplicate_packet()