Searched refs:ack_ts (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | dynack.c | 149 u32 ackto, ack_ts, max_to; in ath_dynack_compute_to() local 160 ack_ts = da->ack_rbf.tstamp[da->ack_rbf.h_rb]; in ath_dynack_compute_to() 167 ack_ts, st_ts->tstamp, st_ts->dur, in ath_dynack_compute_to() 170 if (ack_ts > st_ts->tstamp + st_ts->dur) { in ath_dynack_compute_to() 171 ackto = ack_ts - st_ts->tstamp - st_ts->dur; in ath_dynack_compute_to()
|
/Linux-v5.4/net/rxrpc/ |
D | call_event.c | 162 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local 236 ack_ts = ktime_sub(now, call->acks_latest_ts); in rxrpc_resend() 237 if (ktime_to_ns(ack_ts) < call->peer->rtt) in rxrpc_resend()
|