Home
last modified time | relevance | path

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

/openbsd-src/sys/net80211/
H A Dieee80211_var.h299 u_int16_t ic_rtsthreshold; member
H A Dieee80211_proto.c94 ic->ic_rtsthreshold = IEEE80211_RTS_MAX; in ieee80211_proto_attach()
/openbsd-src/sys/dev/usb/
H A Dif_athn_usb.c2351 if (m->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) in athn_usb_tx()
2629 hvif.rtsthreshold = htobe16(ic->ic_rtsthreshold); in athn_usb_init()
H A Dif_urtwn.c1500 if (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in urtwn_tx_fill_desc()
1595 if (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in urtwn_tx_fill_desc_gen2()
H A Dif_ral.c1053 if (pktlen > ic->ic_rtsthreshold) { in ural_tx_data()
H A Dif_rum.c1070 if (pktlen > ic->ic_rtsthreshold) { in rum_tx_data()
H A Dif_uath.c1888 (void)uath_write_reg(sc, 0x09, ic->ic_rtsthreshold); in uath_init()
H A Dif_otus.c1323 if (m->m_pkthdr.len + IEEE80211_CRC_LEN >= ic->ic_rtsthreshold) in otus_tx()
H A Dif_zyd.c2142 if (totlen > ic->ic_rtsthreshold) { in zyd_tx()
H A Dif_urtw.c2625 if ((m0->m_pkthdr.len > ic->ic_rtsthreshold) && in urtw_tx_start()
/openbsd-src/sys/dev/ic/
H A Drt2560.c270 ic->ic_rtsthreshold = IEEE80211_RTS_MAX; in rt2560_attach()
1738 if (pktlen > ic->ic_rtsthreshold) { in rt2560_tx_data()
H A Drt2860.c1611 (m->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_tx()
3913 tmp |= ic->ic_rtsthreshold << 8; in rt2860_init()
H A Dath.c2203 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
H A Drt2661.c1737 if (pktlen > ic->ic_rtsthreshold) { in rt2661_tx_data()
H A Dar5008.c1675 if (totlen > ic->ic_rtsthreshold) { in ar5008_tx()
H A Dar9003.c1603 if (totlen > ic->ic_rtsthreshold) { in ar9003_tx()
H A Drtw.c3146 if (m0->m_pkthdr.len > ic->ic_rtsthreshold) in rtw_start()
H A Dqwx.c23085 param_value = ic->ic_rtsthreshold; in qwx_mac_op_add_interface()
/openbsd-src/sys/dev/pci/
H A Dif_ipw.c1877 data = htole32(ic->ic_rtsthreshold); in ipw_config()
H A Dif_rtwn.c1076 if (m->m_pkthdr.len + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in rtwn_tx()
H A Dif_iwi.c1804 data = htole32(ic->ic_rtsthreshold); in iwi_config()
H A Dif_wpi.c1748 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in wpi_tx()
H A Dif_iwn.c3470 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in iwn_tx()
H A Dif_iwm.c6845 (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in iwm_tx()