Searched refs:cix (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_ridx.h80 uint8_t cix, rate; local
87 cix = rt->info[rt->rateCodeToIndex[rate]].ctlRateIndex;
88 KASSERT(cix != (uint8_t)-1, ("rate %d (%d) has no info", rate, ridx));
89 return rt->info[cix].dot11Rate;
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.h145 int cix; local
154 cix = rt->info[rix].controlRate;
194 cix = rt->info[sc->sc_protrix].controlRate;
206 KASSERT(cix < rt->rateCount,
207 ("bogus cix %d, max %u, mode %u\n", cix, rt->rateCount,
210 ctsrate = rt->info[cix].rateCode | rt->info[cix].shortPreamble;
212 ctsduration += rt->info[cix].spAckDuration;
219 ctsduration += rt->info[cix]
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_phy.h114 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex; local
115 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
116 return rt->info[cix].dot11Rate;
129 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex; local
130 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
131 return rt->info[cix].dot11Rate;
H A Dieee80211_phy.c310 uint8_t cix = rt->info[i].ctlRateIndex; local
311 uint8_t ctl_rate = rt->info[cix].dot11Rate;
/freebsd-current/sys/dev/wtap/
H A Dif_wtap.c706 uint8_t cix = ic->ic_rt->info[0].ctlRateIndex;
707 uint8_t ctl_rate = ic->ic_rt->info[cix].dot11Rate;
708 printf("code=%d, cix=%d, ctl_rate=%d\n", code, cix, ctl_rate);
/freebsd-current/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c237 uint8_t cix = rt->info[i].ctlRateIndex; local
238 uint8_t ctl_rate = rt->info[cix].dot11Rate;
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c1178 int cix, int shortPreamble)
1187 /* NB: cix is set above where RTS/CTS is enabled */
1188 KASSERT(cix != 0xff, ("cix not setup"));
1189 ctsrate = rt->info[cix].rateCode;
1193 ctsrate |= rt->info[cix].shortPreamble;
1202 ath_tx_calc_ctsduration(struct ath_hal *ah, int rix, int cix, argument
1209 if (rt->info[cix].phy == IEEE80211_T_HT) {
1211 __func__, rt->info[cix].rateCode);
1226 ctsduration += rt->info[cix]
1177 ath_tx_get_rtscts_rate(struct ath_hal *ah, const HAL_RATE_TABLE *rt, int cix, int shortPreamble) argument
1262 uint8_t cix = 0; local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah.c678 uint8_t cix = rt->info[i].controlRate; local
692 WLAN_CTRL_FRAME_SIZE, cix, AH_FALSE, AH_TRUE);
694 WLAN_CTRL_FRAME_SIZE, cix, AH_TRUE, AH_TRUE);

Completed in 93 milliseconds