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

/linux-master/drivers/staging/rtl8192e/
H A Drtllib_rx.c95 struct ieee80211_qos_hdr *hdr_3addrqos; local
106 hdr_3addrqos = (struct ieee80211_qos_hdr *)hdr;
107 tid = le16_to_cpu(hdr_3addrqos->qos_ctrl) & RTLLIB_QCTL_TID;
164 struct ieee80211_qos_hdr *hdr_3addrqos; local
175 hdr_3addrqos = (struct ieee80211_qos_hdr *)hdr;
176 tid = le16_to_cpu(hdr_3addrqos->qos_ctrl) & RTLLIB_QCTL_TID;
357 struct ieee80211_qos_hdr *hdr_3addrqos; local
368 hdr_3addrqos = (struct ieee80211_qos_hdr *)header;
369 tid = le16_to_cpu(hdr_3addrqos->qos_ctrl) & RTLLIB_QCTL_TID;

Completed in 126 milliseconds