Home
last modified time | relevance | path

Searched refs:nr_reported_acks (Results 1 – 6 of 6) sorted by relevance

/linux/net/rxrpc/
H A Dinput.c267 if (ix == tq->nr_reported_acks) { in rxrpc_rotate_tx_window()
269 tq->nr_reported_acks++; in rxrpc_rotate_tx_window()
894 if (tq->nr_reported_acks > 0) in rxrpc_input_soft_ack_tq()
895 old_reported = ~0UL >> (RXRPC_NR_TXQUEUE - tq->nr_reported_acks); in rxrpc_input_soft_ack_tq()
898 tq->qbase, tq->segment_acked, tq->nr_reported_acks, in rxrpc_input_soft_ack_tq()
902 _debug("tq %16lx %u", tq->segment_acked, tq->nr_reported_acks); in rxrpc_input_soft_ack_tq()
922 new = nr_reported - tq->nr_reported_acks; in rxrpc_input_soft_ack_tq()
939 tq->nr_reported_acks = nr_reported; in rxrpc_input_soft_ack_tq()
H A Dinput_rack.c53 if (tq->nr_reported_acks < RXRPC_NR_TXQUEUE) in rxrpc_tq_nacks()
54 nacks &= (1UL << tq->nr_reported_acks) - 1; in rxrpc_tq_nacks()
H A Dcall_event.c106 tq->segment_acked, tq->nr_reported_acks, call->debug_id, tq->qbase); in rxrpc_resend()
H A Dsendmsg.c302 tq->nr_reported_acks = 1; in rxrpc_alloc_txqueue()
H A Dar-internal.h979 u8 nr_reported_acks; /* Number of segments explicitly acked/nacked */ member
/linux/include/trace/events/
H A Drxrpc.h2077 __entry->nr_rep = tq->nr_reported_acks;
2128 __entry->nr_rep = tq->nr_reported_acks;
2158 __entry->nr_rep = tq->nr_reported_acks;