Home
last modified time | relevance | path

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

/netbsd-src/sys/net80211/
H A Dieee80211_var.h152 u_int16_t ic_rtsthreshold; member
H A Dieee80211_ioctl.c317 wreq->wi_val[0] = htole16(ic->ic_rtsthreshold); in ieee80211_cfgget()
658 ic->ic_rtsthreshold = le16toh(wreq->wi_val[0]); in ieee80211_cfgset()
1441 ireq->i_val = ic->ic_rtsthreshold; in ieee80211_ioctl_get80211()
2243 ic->ic_rtsthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c122 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_attach()
/netbsd-src/sys/dev/usb/
H A Dif_zyd.c2089 if (totlen > ic->ic_rtsthreshold) { in zyd_tx_mgt()
2246 if (totlen > ic->ic_rtsthreshold) { in zyd_tx_data()
H A Dif_athn_usb.c2525 if (m->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) in athn_usb_tx()
2847 hvif.rtsthreshold = htobe16(ic->ic_rtsthreshold); in athn_usb_init_locked()
H A Dif_rum.c1116 if (pktlen > ic->ic_rtsthreshold) { in rum_tx_data()
H A Dif_otus.c2004 if (m->m_pkthdr.len + IEEE80211_CRC_LEN >= ic->ic_rtsthreshold) in otus_tx()
H A Dif_urtw.c2649 if ((m0->m_pkthdr.len > ic->ic_rtsthreshold) && in urtw_tx_start()
/netbsd-src/sys/dev/ic/
H A Drt2860.c1719 (m->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_tx()
3994 tmp |= ic->ic_rtsthreshold << 8; in rt2860_init()
H A Drt2560.c1923 m0->m_pkthdr.len > ic->ic_rtsthreshold) { in rt2560_tx_data()
H A Drt2661.c1662 (m0->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2661_tx_data()
H A Darn5008.c1528 if (totlen > ic->ic_rtsthreshold) { in ar5008_tx()
H A Datw.c3592 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN >= ic->ic_rtsthreshold) in atw_start()
H A Darn9003.c1688 if (totlen > ic->ic_rtsthreshold) { in ar9003_tx()
H A Drtw.c3404 if (m0->m_pkthdr.len > ic->ic_rtsthreshold) in rtw_start()
H A Dath.c3860 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
/netbsd-src/sys/dev/pci/
H A Dif_ipw.c2066 data = htole32(ic->ic_rtsthreshold); in ipw_config()
H A Dif_iwi.c2362 data = htole32(ic->ic_rtsthreshold); in iwi_config()
H A Dif_wpi.c1976 } else if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) in wpi_tx_data()
H A Dif_iwn.c3103 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in iwn_tx()
H A Dif_iwm.c4674 (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in iwm_tx()