Home
last modified time | relevance | path

Searched refs:ic_rtsthreshold (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h502 uint16_t ic_rtsthreshold; member
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c92 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_attach()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c405 if (frame_size > ic->ic_rtsthreshold) { in zyd_send()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c869 ic->ic_rtsthreshold = 2346; in ipw2100_config()
870 data = LE_32(ic->ic_rtsthreshold); in ipw2100_config()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1203 (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_send()
2437 tmp |= ic->ic_rtsthreshold << 8; in rt2860_init()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1184 if (pktlen > ic->ic_rtsthreshold) { in setup_tx_flags()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c825 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c892 data = LE_32(ic->ic_rtsthreshold); in ipw2200_config()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1936 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold); in uath_newstate()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2185 if (pktlen > ic->ic_rtsthreshold) { in rtw_assembly_80211()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3034 (void) mwl_hal_setrtsthreshold(sc, ic->ic_rtsthreshold); in mwl_newstate()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3852 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in iwn_send()