Home
last modified time | relevance | path

Searched refs:ack_ts (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Ddynack.c148 u32 ackto, ack_ts, max_to; in ath_dynack_compute_to() local
159 ack_ts = da->ack_rbf.tstamp[da->ack_rbf.h_rb]; in ath_dynack_compute_to()
166 ack_ts, st_ts->tstamp, st_ts->dur, in ath_dynack_compute_to()
169 if (ack_ts > st_ts->tstamp + st_ts->dur) { in ath_dynack_compute_to()
170 ackto = ack_ts - st_ts->tstamp - st_ts->dur; in ath_dynack_compute_to()
/linux-6.3-rc2/net/rxrpc/
A Dcall_event.c120 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local
235 ack_ts = ktime_sub(now, call->acks_latest_ts); in rxrpc_resend()
236 if (ktime_to_us(ack_ts) < (call->peer->srtt_us >> 3)) in rxrpc_resend()

Completed in 6 milliseconds