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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathreg.h360 uint32_t logcwmin; member in struct:uath_cmd_txq_setparams
369 uint32_t logcwmin; member in struct:uath_cmd_txq_attr
H A Dif_uathvar.h103 uint8_t logcwmin; member in struct:uath_wme_settings
H A Dif_ural.c1754 uint16_t logcwmin, preload, tmp; local
1762 logcwmin = (ic->ic_opmode == IEEE80211_M_IBSS) ? 2 : 0;
1764 tmp = logcwmin << 12 | preload;
H A Dif_uath.c1474 qinfo.attr.logcwmin = htobe32(uath_wme_11g[ac].logcwmin);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.c893 uint8_t logcwmin; member in struct:phyParamType
1003 wmep->wmep_logcwmin = phy->logcwmin;
1016 "set %s (%s) [acm %u aifsn %u logcwmin %u logcwmax %u txop %u]\n",
1214 aggrParam[mode].logcwmin;
1221 "update %s (chan+bss) [acm %u aifsn %u logcwmin %u "
1255 "update %s (chan+bss) logcwmin %u\n",
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c2206 uint16_t logcwmin, preload; local
2217 logcwmin = 5;
2219 tmp = logcwmin << 16 | preload;

Completed in 101 milliseconds