Searched refs:rateCount (Results 1 – 11 of 11) sorted by relevance
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 48 int rateCount; /* NB: for proper padding */ member 98 .rateCount = 4, /* XXX no PBCC */ 111 .rateCount = 12, 131 .rateCount = 8, 147 .rateCount = 8, 163 .rateCount = 8, 179 .rateCount = 7, 194 .rateCount = 8, 235 for (i = 0; i < rt->rateCount; i++) { in ieee80211_setup_ratetable() 566 for (rix = 0; rix < rt->rateCount; rix++) { in main()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.c | 75 .rateCount = 4, /* XXX no PBCC */ 88 .rateCount = 12, 108 .rateCount = 8, 124 .rateCount = 8, 140 .rateCount = 8, 156 .rateCount = 7, 171 .rateCount = 8, 187 .rateCount = 36, 235 .rateCount = 32, 308 for (i = 0; i < rt->rateCount; i++) { in ieee80211_setup_ratetable()
|
H A D | ieee80211_phy.h | 85 int rateCount; /* NB: for proper padding */ member
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.h | 149 if (rix >= rt->rateCount) { in calc_usecs_unicast_packet() 151 rix, rt->rateCount, sc->sc_curmode); in calc_usecs_unicast_packet() 206 KASSERT(cix < rt->rateCount, in calc_usecs_unicast_packet() 207 ("bogus cix %d, max %u, mode %u\n", cix, rt->rateCount, in calc_usecs_unicast_packet()
|
H A D | sample.c | 439 if (++rix >= rt->rateCount) in pick_sample_rate() 584 for (rix = rt->rateCount-1; rix > 0; rix--) { in ath_rate_pick_seed_rate_legacy() 625 for (rix = rt->rateCount-1; rix > 0; rix--) { in ath_rate_pick_seed_rate_ht() 879 if (rix < 0 || rix >= rt->rateCount) { in ath_rate_findrate() 883 rt->rateCount); in ath_rate_findrate() 886 KASSERT(rix >= 0 && rix < rt->rateCount, ("rix is %d", rix)); in ath_rate_findrate() 1477 tv->nentries = rt->rateCount; in ath_rate_fetch_node_stats() 1478 for (y = 0; y < rt->rateCount; y++) { in ath_rate_fetch_node_stats()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_phy.c | 1074 for (i = 0; i < rt->rateCount; i++) { in ar9300_disp_tpc_tables() 1087 for (i = 0; i < rt->rateCount; i++) { in ar9300_disp_tpc_tables() 1146 1 + rt->rateCount * sizeof(struct rate_power_tbl)); in ar9300_get_tpc_tables() 1150 OS_MEMZERO(data, 1 + rt->rateCount * sizeof(struct rate_power_tbl)); in ar9300_get_tpc_tables() 1152 *data = rt->rateCount; in ar9300_get_tpc_tables() 1156 for (i = 0; i < rt->rateCount; i++) { in ar9300_get_tpc_tables() 1181 for (i = 0; i < rt->rateCount; i++) { in ar9300_get_tpc_tables()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 702 printf("rate count %d\n", ic->ic_rt->rateCount); in wtap_attach()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 2731 for (i = 0; i < rt->rateCount; ++i) in ar5212SetRateDurationTable() 2740 for (i = 0; i < rt->rateCount; ++i) { in ar5212SetRateDurationTable()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 680 int rateCount; /* NB: for proper padding */ member
|
H A D | ah.c | 676 for (i = 0; i < rt->rateCount; i++) { in ath_hal_setupratetable()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 6506 for (i = 0; i < rt->rateCount; i++) { in ath_setcurmode() 6515 if (i >= rt->rateCount) { in ath_setcurmode()
|