Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h497 uint16_t ic_rtsthreshold; member
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c88 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_attach()
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd.c405 if (frame_size > ic->ic_rtsthreshold) { in zyd_send()
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_main.c825 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_xmit.c1228 if (pktlen > ic->ic_rtsthreshold) { in setup_tx_flags()
/titanic_50/usr/src/uts/common/io/iwi/
H A Dipw2200.c892 data = LE_32(ic->ic_rtsthreshold); in ipw2200_config()
/titanic_50/usr/src/uts/common/io/uath/
H A Duath.c1931 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold); in uath_newstate()
/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c2185 if (pktlen > ic->ic_rtsthreshold) { in rtw_assembly_80211()
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl.c3025 (void) mwl_hal_setrtsthreshold(sc, ic->ic_rtsthreshold); in mwl_newstate()