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

/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn_ridx.h82 uint8_t cix, rate; local
89 cix = rt->info[rt->rateCodeToIndex[rate]].ctlRateIndex;
90 KASSERT(cix != (uint8_t)-1, ("rate %d (%d) has no info", rate, ridx));
91 return rt->info[cix].dot11Rate;
/freebsd-13-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.h147 int cix; local
156 cix = rt->info[rix].controlRate;
196 cix = rt->info[sc->sc_protrix].controlRate;
208 KASSERT(cix < rt->rateCount,
209 ("bogus cix %d, max %u, mode %u\n", cix, rt->rateCount,
212 ctsrate = rt->info[cix].rateCode | rt->info[cix].shortPreamble;
214 ctsduration += rt->info[cix].spAckDuration;
221 ctsduration += rt->info[cix]
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_phy.h116 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex; local
117 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
118 return rt->info[cix].dot11Rate;
131 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex; local
132 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
133 return rt->info[cix].dot11Rate;
H A Dieee80211_phy.c312 uint8_t cix = rt->info[i].ctlRateIndex; local
313 uint8_t ctl_rate = rt->info[cix].dot11Rate;
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap.c651 uint8_t cix = ic->ic_rt->info[0].ctlRateIndex;
652 uint8_t ctl_rate = ic->ic_rt->info[cix].dot11Rate;
653 printf("code=%d, cix=%d, ctl_rate=%d\n", code, cix, ctl_rate);
/freebsd-13-stable/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c239 uint8_t cix = rt->info[i].ctlRateIndex; local
240 uint8_t ctl_rate = rt->info[cix].dot11Rate;
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx.c1180 int cix, int shortPreamble)
1189 /* NB: cix is set above where RTS/CTS is enabled */
1190 KASSERT(cix != 0xff, ("cix not setup"));
1191 ctsrate = rt->info[cix].rateCode;
1195 ctsrate |= rt->info[cix].shortPreamble;
1204 ath_tx_calc_ctsduration(struct ath_hal *ah, int rix, int cix, argument
1211 if (rt->info[cix].phy == IEEE80211_T_HT) {
1213 __func__, rt->info[cix].rateCode);
1228 ctsduration += rt->info[cix]
1179 ath_tx_get_rtscts_rate(struct ath_hal *ah, const HAL_RATE_TABLE *rt, int cix, int shortPreamble) argument
1264 uint8_t cix = 0; local
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah.c680 uint8_t cix = rt->info[i].controlRate; local
694 WLAN_CTRL_FRAME_SIZE, cix, AH_FALSE, AH_TRUE);
696 WLAN_CTRL_FRAME_SIZE, cix, AH_TRUE, AH_TRUE);

Completed in 133 milliseconds