Searched refs:nr_reported_acks (Results 1 – 5 of 5) sorted by relevance
263 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()
106 tq->segment_acked, tq->nr_reported_acks, call->debug_id, tq->qbase); in rxrpc_resend()
302 tq->nr_reported_acks = 1; in rxrpc_alloc_txqueue()
954 u8 nr_reported_acks; /* Number of segments explicitly acked/nacked */ member
2070 __entry->nr_rep = tq->nr_reported_acks;2121 __entry->nr_rep = tq->nr_reported_acks;2151 __entry->nr_rep = tq->nr_reported_acks;