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

  /src/sys/dev/ic/
rt2860.c 1638 int nsegs, hasqos, ridx, ctl_ridx; local in function:rt2860_tx
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 in function:ar5008_tx
1359 if ((hasqos = ieee80211_has_qos(wh))) {
1486 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
arn9003.c 1472 int i, error, totlen, hasqos, qid; local in function:ar9003_tx
1512 if ((hasqos = ieee80211_has_qos(wh))) {
1643 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
rt2860.c 1638 int nsegs, hasqos, ridx, ctl_ridx; local in function:rt2860_tx
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 in function:ar5008_tx
1359 if ((hasqos = ieee80211_has_qos(wh))) {
1486 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
arn9003.c 1472 int i, error, totlen, hasqos, qid; local in function:ar9003_tx
1512 if ((hasqos = ieee80211_has_qos(wh))) {
1643 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
  /src/sys/dev/usb/
if_otus.c 1953 int error, ridx, hasqos, xferlen; local in function:otus_tx
1972 if ((hasqos = ieee80211_has_qos(wh))) {
1980 hasqos = 0;
1999 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
if_run.c 2542 int hasqos, ridx, ctl_ridx, xferlen; local in function:run_tx
2562 if ((hasqos = ieee80211_has_qos(wh))) {
2615 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
if_otus.c 1953 int error, ridx, hasqos, xferlen; local in function:otus_tx
1972 if ((hasqos = ieee80211_has_qos(wh))) {
1980 hasqos = 0;
1999 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
if_run.c 2542 int hasqos, ridx, ctl_ridx, xferlen; local in function:run_tx
2562 if ((hasqos = ieee80211_has_qos(wh))) {
2615 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
if_urtwn.c 2701 int s, hasqos, error; local in function:urtwn_tx
2740 if ((hasqos = ieee80211_has_qos(wh))) {
2804 if (hasqos) {
2854 if (!hasqos) {
2862 if (!hasqos) {
if_urtwn.c 2701 int s, hasqos, error; local in function:urtwn_tx
2740 if ((hasqos = ieee80211_has_qos(wh))) {
2804 if (hasqos) {
2854 if (!hasqos) {
2862 if (!hasqos) {
  /src/sys/dev/pci/
if_rtwn.c 1836 int hasqos, error; local in function:rtwn_tx
1851 if ((hasqos = ieee80211_has_qos(wh))) {
1945 if (!hasqos) {
if_rtwn.c 1836 int hasqos, error; local in function:rtwn_tx
1851 if ((hasqos = ieee80211_has_qos(wh))) {
1945 if (!hasqos) {

Completed in 55 milliseconds