Home
last modified time | relevance | path

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

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