Searched refs:shortPreamble (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/
H A Dif_athrate.h135 int shortPreamble, size_t frameLen,
142 struct ath_desc *, int shortPreamble, u_int8_t rix);
H A Dif_ath_tx_ht.c242 rate |= rt->info[rc[i].rix].shortPreamble;
500 HAL_BOOL shortPreamble = AH_FALSE; local
508 shortPreamble = AH_TRUE;
579 if (shortPreamble)
581 rt->info[rc[i].rix].shortPreamble;
583 rt, pktlen, rc[i].rix, shortPreamble);
H A Dif_ath_tx.c1070 int shortPreamble; local
1077 shortPreamble = bf->bf_state.bfs_shpream;
1134 int shortPreamble; local
1141 shortPreamble = bf->bf_state.bfs_shpream;
1151 if (shortPreamble)
1169 rix, shortPreamble);
1189 int cix, int shortPreamble)
1203 if (shortPreamble)
1204 ctsrate |= rt->info[cix].shortPreamble;
1214 int shortPreamble, in
1188 ath_tx_get_rtscts_rate(struct ath_hal *ah, const HAL_RATE_TABLE *rt, int cix, int shortPreamble) argument
1213 ath_tx_calc_ctsduration(struct ath_hal *ah, int rix, int cix, int shortPreamble, int pktlen, const HAL_RATE_TABLE *rt, int flags) argument
1581 HAL_BOOL shortPreamble; local
[all...]
H A Dif_ath_tdma.c425 * For ath_hal_pkt_txtime() - for 11n rates, shortPreamble is
433 (! (rs->rs_flags & HAL_RX_GI)) : rt->info[rix].shortPreamble);
H A Dif_ath_beacon.c320 rate |= rt->info[rix].shortPreamble;
H A Dif_ath.c5777 if (rt->info[i].shortPreamble ||
/freebsd-10.0-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.c105 int shortPreamble, size_t frameLen,
112 if (shortPreamble)
146 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
246 rt->info[amn->amn_tx_rix0].shortPreamble;
257 rt->info[rix].shortPreamble;
266 rt->info[rix].shortPreamble;
274 amn->amn_tx_rate3 | rt->info[0].shortPreamble;
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix, int *try0, u_int8_t *txrate) argument
145 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
/freebsd-10.0-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c113 int shortPreamble, size_t frameLen,
120 if (shortPreamble)
153 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
221 rt->info[on->on_tx_rix0].shortPreamble;
236 rt->info[rix].shortPreamble;
245 rt->info[rix].shortPreamble;
253 on->on_tx_rate3 | rt->info[0].shortPreamble;
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix, int *try0, u_int8_t *txrate) argument
152 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_phy.h71 uint8_t shortPreamble; /* mask for enabling short member in struct:ieee80211_rate_table::__anon10127
H A Dieee80211_phy.c513 if (isShortPreamble && rt->info[rix].shortPreamble)
/freebsd-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c481 int shortPreamble, size_t frameLen,
652 | (shortPreamble ? rt->info[rix].shortPreamble : 0);
688 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
698 | (shortPreamble ? rt->info[rix1].shortPreamble : 0);
701 | (shortPreamble ? rt->info[rix2].shortPreamble : 0);
704 | (shortPreamble ? rt->info[rix3].shortPreamble
480 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix0, int *try0, u_int8_t *txrate) argument
687 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
[all...]
H A Dsample.h212 ctsrate = rt->info[cix].rateCode | rt->info[cix].shortPreamble;
/freebsd-10.0-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c56 uint8_t shortPreamble; /* mask for enabling short member in struct:ieee80211_rate_table::__anon11367
349 if (isShortPreamble && rt->info[rix].shortPreamble)
482 } else if (!rt->info[rix].shortPreamble) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c284 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble)
293 return ath_hal_computetxtime(ah, rates, frameLen, rateix, shortPreamble);
301 return ath_computedur_ht(frameLen, rc, numStreams, isht40, shortPreamble);
350 HAL_BOOL shortPreamble)
370 if (shortPreamble && rates->info[rateix].shortPreamble)
578 HALASSERT((code | rt->info[i].shortPreamble) <
580 rt->rateCodeToIndex[code | rt->info[i].shortPreamble] = i;
283 ath_hal_pkt_txtime(struct ath_hal *ah, const HAL_RATE_TABLE *rates, uint32_t frameLen, uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble) argument
348 ath_hal_computetxtime(struct ath_hal *ah, const HAL_RATE_TABLE *rates, uint32_t frameLen, uint16_t rateix, HAL_BOOL shortPreamble) argument
H A Dah.h670 uint8_t shortPreamble; /* mask for enabling short member in struct:__anon7452::__anon7453
1693 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble);
1706 uint16_t rateix, HAL_BOOL shortPreamble);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2744 if (rt->info[i].shortPreamble) {
2745 reg += rt->info[i].shortPreamble << 2;

Completed in 150 milliseconds