HomeSort by: relevance | last modified time | path
    Searched refs:hasqos (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/usb/
if_otus.c 1953 int error, ridx, hasqos, xferlen; local
1972 if ((hasqos = ieee80211_has_qos(wh))) {
1980 hasqos = 0;
1999 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
if_urtwn.c 2709 int s, hasqos, error; local
2748 if ((hasqos = ieee80211_has_qos(wh))) {
2812 if (hasqos) {
2862 if (!hasqos) {
2870 if (!hasqos) {
if_run.c 2542 int hasqos, ridx, ctl_ridx, xferlen; local
2562 if ((hasqos = ieee80211_has_qos(wh))) {
2615 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
  /src/sys/dev/ic/
rt2860.c 1638 int nsegs, hasqos, ridx, ctl_ridx; local
1661 if ((hasqos = ieee80211_has_qos(wh))) {
1695 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
1727 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
arn5008.c 1319 int i, error, totlen, hasqos, qid; local
1359 if ((hasqos = ieee80211_has_qos(wh))) {
1486 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
arn9003.c 1472 int i, error, totlen, hasqos, qid; local
1512 if ((hasqos = ieee80211_has_qos(wh))) {
1643 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
  /src/sys/dev/pci/
if_rtwn.c 1836 int hasqos, error; local
1851 if ((hasqos = ieee80211_has_qos(wh))) {
1945 if (!hasqos) {
if_iwm.c 4910 int hasqos; local
4919 hasqos = ieee80211_has_qos(wh);
4946 if (hasqos) {

Completed in 37 milliseconds