Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
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.1.9/net/rxrpc/
Dcall_event.c162 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local
228 ack_ts = ktime_sub(now, call->acks_latest_ts); in rxrpc_resend()
229 if (ktime_to_us(ack_ts) < (call->peer->srtt_us >> 3)) in rxrpc_resend()