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

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 289 uint8_t qos; local in function:ccmp_init_blocks
296 /* nonce[0] is qos, determined later */
314 * on whether this is a 4-address frame/QOS frame.
318 * a QOS frame.
326 qos = qwh4->i_qos[0] & 0x0f; /* just priority bits */
327 ad[28] = qos;
331 qos = 0;
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
339 ad[22] = qos;
343 qos = 0
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 1986 /* XXX: use non-QoS tid? */
2483 uint16_t qos; local in function:athn_usb_tx
2485 qos = ieee80211_get_qos(wh);
2486 tid = qos & IEEE80211_QOS_TID;
if_otus.c 1951 uint16_t macctl, qos; local in function:otus_tx
1973 qos = ieee80211_get_qos(wh);
1974 qid = ieee80211_up_to_ac(ic, qos & IEEE80211_QOS_TID);
1976 qos = 0;
1981 qos = 0;
1999 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
if_run.c 2539 uint16_t qos, dur, mcs; local in function:run_tx
2563 qos = ((struct ieee80211_qosframe *)wh)->i_qos[0];
2564 tid = qos & IEEE80211_QOS_TID;
2567 qos = 0;
2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
  /src/sys/dev/ic/
rt2860.c 1636 uint16_t qos, dur; local in function:rt2860_tx
1662 qos = ieee80211_get_qos(wh);
1663 tid = qos & IEEE80211_QOS_TID;
1666 qos = 0;
1694 /* let HW generate seq numbers for non-QoS frames */
1727 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
arn5008.c 1099 /* XXX: use non-QoS tid? */
1317 uint16_t qos; local in function:ar5008_tx
1356 /* XXX 2-byte padding for QoS and 4-addr headers. */
1363 qos = ieee80211_get_qos(wh);
1364 tid = qos & IEEE80211_QOS_TID;
1367 qos = ieee80211_get_qos(wh);
1372 qos = 0;
1376 qos = 0;
1380 qos = 0;
1486 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) =
    [all...]
arn9003.c 1245 /* XXX: use non-QoS tid? */
1470 uint16_t qos; local in function:ar9003_tx
1509 /* XXX 2-byte padding for QoS and 4-addr headers. */
1516 qos = ieee80211_get_qos(wh);
1517 tid = qos & IEEE80211_QOS_TID;
1520 qos = ieee80211_get_qos(wh);
1525 qos = 0;
1529 qos = 0;
1533 qos = 0;
1643 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) =
    [all...]
  /src/sys/netbt/
l2cap.h 193 /* L2CAP QoS type */
293 l2cap_qos_t qos; /* L2CAP_OPT_QOS */ member in union:__anon14ed532f0c0a
343 #define SO_L2CAP_IQOS 3 /* incoming QoS */
344 #define SO_L2CAP_OQOS 4 /* outgoing QoS */
388 l2cap_qos_t lc_iqos; /* incoming QoS flow control */
389 l2cap_qos_t lc_oqos; /* outgoing Qos flow control */
  /src/sys/dev/pci/
if_rtwn.c 1834 uint16_t qos, seq; local in function:rtwn_tx
1853 qos = ieee80211_get_qos(wh);
1854 tid = qos & IEEE80211_QOS_TID;
1861 /* non-qos data frames */
1946 /* Use HW sequence numbering for non-QoS frames. */

Completed in 79 milliseconds