Lines Matching refs:tx_top
49 (call->tx_top - call->tx_hard_ack) - summary->nr_acks;
186 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] &
188 summary->nr_acks != call->tx_top - call->tx_hard_ack) {
296 rxrpc_proto_abort(abort_why, call, call->tx_top);
307 rxrpc_seq_t top = READ_ONCE(call->tx_top);
676 * If we got back a ping response that indicates a lower tx_top than what we
678 * sent between the response tx_top and the ping-time tx_top to have been lost.
964 after(hard_ack, call->tx_top)) {
968 if (nr_acks > call->tx_top - hard_ack) {
989 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] &
991 summary.nr_acks == call->tx_top - hard_ack &&
1014 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary))