Home
last modified time | relevance | path

Searched refs:sc_ht_conf (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c793 if (sc->sc_ht_conf.ht_support) { in iwh_attach()
816 if (sc->sc_ht_conf.cap & HT_CAP_SUP_WIDTH) { in iwh_attach()
1988 (sc->sc_ht_conf.ht_support) && in iwh_newstate()
1998 (sc->sc_ht_conf.tx_support_mcs[r/8] & in iwh_newstate()
3336 (sc->sc_ht_conf.ht_support)) { in iwh_send()
3378 (sc->sc_ht_conf.ht_support) && in iwh_send()
4383 switch (sc->sc_ht_conf.rx_stream_count) { in iwh_config()
4399 sc->sc_ht_conf.rx_stream_count); in iwh_config()
5049 if (sc->sc_ht_conf.tx_support_mcs[r/8] & in iwh_is_max_rate()
5074 if (sc->sc_ht_conf.tx_support_mcs[r/8] & in iwh_is_min_rate()
[all …]
H A Diwh_var.h188 iwh_ht_conf_t sc_ht_conf; member
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h206 iwp_ht_conf_t sc_ht_conf; member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2586 arn_ht_conf *ht_info = &sc->sc_ht_conf; in arn_setup_ht_cap()
2611 uint8_t *ht_rs = sc->sc_ht_conf.rx_mcs_mask; in arn_overwrite_11n_rateset()
2742 is_ht = sc->sc_ht_conf.ht_supported; in arn_update_chainmask()
3093 if (sc->sc_ht_conf.ht_supported) { in arn_attach()
3132 if (sc->sc_ht_conf.ht_supported) { in arn_attach()
3138 ic->ic_ampdu_rxmax = sc->sc_ht_conf.ampdu_factor; in arn_attach()
3139 ic->ic_ampdu_density = sc->sc_ht_conf.ampdu_density; in arn_attach()
H A Darn_rc.c1491 if (sc->sc_ht_conf.rx_mcs_mask[1]) { in arn_rc_init()
1664 if (sc->sc_ht_conf.ht_supported) { in arn_get_rate()
1720 if (sc->sc_ht_conf.ht_support && in arn_rate_init()
H A Darn_core.h863 arn_ht_conf sc_ht_conf; member
H A Darn_xmit.c856 txtid->baw_size = (0x8) << sc->sc_ht_conf.ampdu_factor; in arn_tx_aggr_resume()