Searched refs:tx_transmitted (Results 1 – 4 of 4) sorted by relevance
102 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_resend()135 .seq = call->tx_transmitted, in rxrpc_resend_tlp()144 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()150 if (after_eq(call->tx_transmitted, req.tq->qbase) && in rxrpc_resend_tlp()151 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()208 .seq = call->tx_transmitted + 1, in rxrpc_transmit_fresh_data()
678 if (seq == call->tx_transmitted + 1 && in rxrpc_send_data_packet()691 if (seq == call->tx_transmitted + 1) in rxrpc_send_data_packet()692 call->tx_transmitted = seq + req->n - 1; in rxrpc_send_data_packet()
761 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */ member
2095 __entry->transmitted = call->tx_transmitted;2719 __entry->trans = call->tx_transmitted;