Searched refs:ctsduration (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h205 int ctsduration = 0; local
214 ctsduration += rt->info[cix].spAckDuration;
217 ctsduration += ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
221 ctsduration += rt->info[cix].spAckDuration;
223 tt += (short_retries + 1) * ctsduration;
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_tx.c1213 int ctsduration = 0; local
1233 ctsduration += rt->info[cix].spAckDuration;
1234 ctsduration += ath_hal_computetxtime(ah,
1237 ctsduration += rt->info[rix].spAckDuration;
1240 ctsduration += rt->info[cix].lpAckDuration;
1241 ctsduration += ath_hal_computetxtime(ah,
1244 ctsduration += rt->info[rix].lpAckDuration;
1247 return (ctsduration);
1266 uint16_t ctsduration = 0; local
1306 /* The 11n chipsets do ctsduration calculation
[all...]

Completed in 61 milliseconds