Home
last modified time | relevance | path

Searched refs:hasqos (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/usb/wlan/
HDif_rsu.c2100 int hasqos; in rsu_tx_start() local
2128 hasqos = 1; in rsu_tx_start()
2133 hasqos = 0; in rsu_tx_start()
2148 hasqos = 0; in rsu_tx_start()
2155 hasqos); in rsu_tx_start()
2168 if (!hasqos) in rsu_tx_start()
HDif_urtwn.c2557 int hasqos, ismcast; in urtwn_tx_data() local
2567 hasqos = IEEE80211_QOS_HAS_SEQ(wh); in urtwn_tx_data()
2571 if (hasqos) { in urtwn_tx_data()
2689 if (!hasqos) { in urtwn_tx_data()
HDif_run.c3261 int hasqos; in run_tx() local
3275 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) { in run_tx()
3314 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) != in run_tx()
/NextBSD/sys/dev/otus/
HDif_otus.c2167 int hasqos, xferlen; in otus_tx() local
2193 hasqos = !! IEEE80211_QOS_HAS_SEQ(wh); in otus_tx()
2195 if (hasqos) { in otus_tx()
2227 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) == in otus_tx()