Home
last modified time | relevance | path

Searched refs:wd_qospad (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c203 mp->b_wptr += sizeof (struct ieee80211_frame) + wdp->wd_qospad; in mac_wifi_header()
230 if (wdp->wd_qospad) { in mac_wifi_header()
297 llcp += wdp->wd_qospad; in mac_wifi_header_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_wifi.h111 uint_t wd_qospad; member
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c128 wd.wd_qospad = 0; in ieee80211_mac_update()
130 wd.wd_qospad = 2; in ieee80211_mac_update()
132 wd.wd_qospad = roundup(wd.wd_qospad, sizeof (uint32_t)); in ieee80211_mac_update()
H A Dnet80211_proto.c966 wd.wd_qospad = 0; in ieee80211_newstate()
969 wd.wd_qospad = 2; in ieee80211_newstate()
971 wd.wd_qospad = roundup(wd.wd_qospad, in ieee80211_newstate()