/src/sys/dev/ic/ |
athrate-sample.h | 256 int ctsduration = 0; local in function:calc_usecs_unicast_packet 268 ctsduration += rt->info[cix].spAckDuration; 270 ctsduration += ath_hal_computetxtime(sc->sc_ah, 274 ctsduration += rt->info[cix].spAckDuration; 276 tt += (short_retries + 1) * ctsduration;
|
athrate-sample.h | 256 int ctsduration = 0; local in function:calc_usecs_unicast_packet 268 ctsduration += rt->info[cix].spAckDuration; 270 ctsduration += ath_hal_computetxtime(sc->sc_ah, 274 ctsduration += rt->info[cix].spAckDuration; 276 tt += (short_retries + 1) * ctsduration;
|
ath.c | 3624 u_int subtype, flags, ctsduration; local in function:ath_tx_start 3937 ctsduration = 0; 3959 ctsduration += rt->info[cix].spAckDuration; 3960 ctsduration += ath_hal_computetxtime(ah, 3963 ctsduration += rt->info[rix].spAckDuration; 3966 ctsduration += rt->info[cix].lpAckDuration; 3967 ctsduration += ath_hal_computetxtime(ah, 3970 ctsduration += rt->info[rix].lpAckDuration; 4037 , ctsduration /* rts/cts duration */
|
ath.c | 3624 u_int subtype, flags, ctsduration; local in function:ath_tx_start 3937 ctsduration = 0; 3959 ctsduration += rt->info[cix].spAckDuration; 3960 ctsduration += ath_hal_computetxtime(ah, 3963 ctsduration += rt->info[rix].spAckDuration; 3966 ctsduration += rt->info[cix].lpAckDuration; 3967 ctsduration += ath_hal_computetxtime(ah, 3970 ctsduration += rt->info[rix].lpAckDuration; 4037 , ctsduration /* rts/cts duration */
|