Home
last modified time | relevance | path

Searched refs:i_qos (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h142 uint8_t i_qos[2]; member
148 uint8_t i_qos[2]; member
169 uint8_t i_qos[2]; member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c553 wh)->i_qos[0]; in arn_rx_handler()
556 ((struct ieee80211_qosframe *)wh)->i_qos[0]; in arn_rx_handler()
H A Darn_xmit.c948 tid = qwh->i_qos[0] & IEEE80211_QOS_TID; in arn_test_get_txq()
1021 bf->bf_tidno = qwh->i_qos[0] & IEEE80211_QOS_TID; in assign_aggr_tid_seqno()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c200 qwh->i_qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_encap()
221 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_BA; in ieee80211_encap()
232 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_NOACK; in ieee80211_encap()
H A Dnet80211_input.c186 i_qos[0] & IEEE80211_QOS_TID; in ieee80211_input()
310 ((struct ieee80211_qosframe_addr4 *)wh)->i_qos[0] : in ieee80211_input()
311 ((struct ieee80211_qosframe *)wh)->i_qos[0]; in ieee80211_input()
H A Dnet80211_crypto_ccmp.c411 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in ccmp_init()
H A Dnet80211_crypto_tkip.c644 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
H A Dnet80211_ht.c391 tid = ((struct ieee80211_qosframe_addr4 *)wh)->i_qos[0]; in ieee80211_ampdu_reorder()
393 tid = wh->i_qos[0]; in ieee80211_ampdu_reorder()
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c233 qwh->i_qos[1] = 0; in mac_wifi_header()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3134 tid = qwh->i_qos[0] & IEEE80211_QOS_TID; in iwh_send()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3728 tid = qwh->i_qos[0] & IEEE80211_QOS_TID; in iwn_send()