Lines Matching refs:hasqos
4693 int hdrlen, hasqos; in iwm_ccmp_decap() local
4703 hasqos = ieee80211_has_qos(wh); in iwm_ccmp_decap()
4704 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwm_ccmp_decap()
4977 int hasqos = ieee80211_has_qos(wh); in iwm_detect_duplicate() local
4981 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) || in iwm_detect_duplicate()
4985 if (hasqos) { in iwm_detect_duplicate()
5163 int hasqos; in iwm_rx_reorder() local
5166 hasqos = ieee80211_has_qos(wh); in iwm_rx_reorder()
5167 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwm_rx_reorder()
5177 if (hasqos) { in iwm_rx_reorder()
6720 int qid, hasqos; in iwm_tx() local
6730 hasqos = ieee80211_has_qos(wh); in iwm_tx()
6755 if (hasqos) { in iwm_tx()
6922 if (!hasqos) in iwm_tx()