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

/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h190 int ctsduration = 0; local
199 ctsduration += rt->info[cix].spAckDuration;
202 ctsduration += ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
206 ctsduration += rt->info[cix].spAckDuration;
208 tt += (short_retries + 1) * ctsduration;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c454 int ctsduration = 0; local
474 ctsduration += rt->info[cix].spAckDuration;
475 ctsduration += ath_hal_computetxtime(ah,
478 ctsduration += rt->info[rix].spAckDuration;
481 ctsduration += rt->info[cix].lpAckDuration;
482 ctsduration += ath_hal_computetxtime(ah,
485 ctsduration += rt->info[rix].lpAckDuration;
488 return ctsduration;
508 u_int subtype, flags, ctsduration; local
761 ctsduration
885 u_int flags, ctsduration; local
[all...]

Completed in 88 milliseconds