| /src/sys/net80211/ |
| ieee80211_crypto_ccmp.c | 289 uint8_t qos; local 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/netbt/ |
| l2cap_signal.c | 538 * We don't actually support QoS, but an incoming 542 m_copydata(m, 0, L2CAP_OPT_QOS_SIZE, &val.qos); 543 switch (val.qos.service_type) { 561 l2cap_qos_btoh(&chan->lc_iqos, &val.qos); 757 * QoS request, where they need to state their 762 m_copydata(m, 0, L2CAP_OPT_QOS_SIZE, &val.qos); 763 switch (val.qos.service_type) { 766 l2cap_qos_btoh(&chan->lc_oqos, &val.qos); 961 * 0 2 Bi-directional QoS 1172 /* Outgoing QoS Flow (24 octets) * [all...] |
| l2cap.h | 193 /* L2CAP QoS type */ 293 l2cap_qos_t qos; /* L2CAP_OPT_QOS */ member in union:__anon7414 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/arch/mips/cavium/dev/ |
| octeon_powvar.h | 155 int qos, /* 0-7 */ 169 __SHIFTIN(qos, POW_STORE_DATA_QOS) | 189 0, /* qos (not used for SWTAG) */ 208 0, /* qos (not used for SWTAG_FULL) */ 226 0, /* qos (not used for SWTAG_DESCHED) */ 244 0, /* qos (not used for DESCHED) */ 253 octpow_ops_addwq(paddr_t addr, int qos, int grp, int type, uint32_t tag) 262 qos, 280 0, /* qos (not used for UPD_WQP_GRP) */ 298 0, /* qos (not used for CLR_NSCHED) * [all...] |
| /src/sys/dev/ic/ |
| arn5008.c | 1099 /* XXX: use non-QoS tid? */ 1317 uint16_t qos; local 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 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...] |
| rt2860.c | 1636 uint16_t qos, dur; local 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) !=
|
| /src/sys/dev/usb/ |
| if_otus.c | 1951 uint16_t macctl, qos; local 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 2563 qos = ((struct ieee80211_qosframe *)wh)->i_qos[0]; 2564 tid = qos & IEEE80211_QOS_TID; 2567 qos = 0; 2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
|
| if_athn_usb.c | 1986 /* XXX: use non-QoS tid? */ 2483 uint16_t qos; local 2485 qos = ieee80211_get_qos(wh); 2486 tid = qos & IEEE80211_QOS_TID;
|
| /src/sys/dev/pci/ |
| if_rtwn.c | 1834 uint16_t qos, seq; local 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. */
|
| if_iwm.c | 4948 uint16_t qos = ieee80211_get_qos(wh); local 4949 int qostid = qos & IEEE80211_QOS_TID; 7910 /* No QoS encapsulation for EAPOL frames. */
|