Home
last modified time | relevance | path

Searched refs:logcwmin (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h359 uint32_t logcwmin; member
368 uint32_t logcwmin; member
H A Dif_uathvar.h102 uint8_t logcwmin; member
H A Dif_ural.c1733 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1741 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0; in ural_enable_tsf_sync()
1743 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
H A Dif_uath.c1478 qinfo.attr.logcwmin = htobe32(uath_wme_11g[ac].logcwmin); in uath_wme_init()
/freebsd/sys/net80211/
H A Dieee80211_proto.c1376 uint8_t logcwmin; member
1494 wmep->wmep_logcwmin = phy->logcwmin; in _setifsparams()
1710 aggrParam[mode].logcwmin; in ieee80211_wme_updateparams_locked()
/freebsd/sys/dev/ral/
H A Drt2560.c2181 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2192 logcwmin = 5; in rt2560_enable_tsf_sync()
2194 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()