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

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c235 int hasqos, ismcast, macid; local
239 hasqos = IEEE80211_QOS_HAS_SEQ(wh);
243 if (hasqos) {
330 if (!hasqos) {
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c238 int hasqos, ismcast, macid; local
242 hasqos = IEEE80211_QOS_HAS_SEQ(wh);
246 if (hasqos) {
331 if (!hasqos) {
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c2756 int hasqos; local
2801 hasqos = 1;
2807 hasqos = 0;
2823 hasqos = 0;
2826 RSU_DPRINTF(sc, RSU_DEBUG_TX, "%s: pri=%d, which=%d, hasqos=%d\n",
2830 hasqos);
2843 if (!hasqos)
H A Dif_run.c3438 int hasqos; local
3452 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) {
3485 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c2239 int hasqos, xferlen, type, ismcast; local
2265 hasqos = !! IEEE80211_QOS_HAS_SEQ(wh);
2267 if (hasqos) {
2301 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) ==

Completed in 204 milliseconds