Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dinput.c263 if (ix == tq->nr_reported_acks) { in rxrpc_rotate_tx_window()
265 tq->nr_reported_acks++; in rxrpc_rotate_tx_window()
881 if (tq->nr_reported_acks > 0) in rxrpc_input_soft_ack_tq()
882 old_reported = ~0UL >> (RXRPC_NR_TXQUEUE - tq->nr_reported_acks); in rxrpc_input_soft_ack_tq()
885 tq->qbase, tq->segment_acked, tq->nr_reported_acks, in rxrpc_input_soft_ack_tq()
889 _debug("tq %16lx %u", tq->segment_acked, tq->nr_reported_acks); in rxrpc_input_soft_ack_tq()
909 new = nr_reported - tq->nr_reported_acks; in rxrpc_input_soft_ack_tq()
926 tq->nr_reported_acks = nr_reported; in rxrpc_input_soft_ack_tq()
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.h954 u8 nr_reported_acks; /* Number of segments explicitly acked/nacked */ member
/linux/include/trace/events/
H A Drxrpc.h2070 __entry->nr_rep = tq->nr_reported_acks;
2121 __entry->nr_rep = tq->nr_reported_acks;
2151 __entry->nr_rep = tq->nr_reported_acks;