Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c358 int hasqos, ismcast, macid; in r92c_fill_tx_desc() local
362 hasqos = IEEE80211_QOS_HAS_SEQ(wh); in r92c_fill_tx_desc()
366 if (hasqos) { in r92c_fill_tx_desc()
449 if (!hasqos) { in r92c_fill_tx_desc()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c2755 int hasqos; in rsu_tx_start() local
2800 hasqos = 1; in rsu_tx_start()
2806 hasqos = 0; in rsu_tx_start()
2822 hasqos = 0; in rsu_tx_start()
2829 hasqos); in rsu_tx_start()
2842 if (!hasqos) in rsu_tx_start()
H A Dif_mtw.c3029 int hasqos; in mtw_tx() local
3040 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) { in mtw_tx()
3082 if (hasqos) in mtw_tx()
3088 (!hasqos || in mtw_tx()
H A Dif_run.c3439 int hasqos; in run_tx() local
3453 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) { in run_tx()
3486 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) != in run_tx()
/freebsd/sys/dev/otus/
H A Dif_otus.c2232 int hasqos, xferlen, type, ismcast; in otus_tx() local
2258 hasqos = !! IEEE80211_QOS_HAS_SEQ(wh); in otus_tx()
2260 if (hasqos) { in otus_tx()
2295 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) == in otus_tx()