Home
last modified time | relevance | path

Searched refs:tx_top (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_event.c124 _enter("{%d,%d}", call->acks_hard_ack, call->tx_top); in rxrpc_resend()
294 rxrpc_seq_t tx_top = call->tx_top; in rxrpc_tx_window_has_space() local
297 space = wtop - tx_top; in rxrpc_tx_window_has_space()
320 call->tx_top = txb->seq; in rxrpc_decant_prepared_tx()
H A Dinput.c32 (call->tx_top - call->acks_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
169 summary->nr_acks != call->tx_top - call->acks_hard_ack) { in rxrpc_congestion_management()
226 _enter("%x,%x,%x,%d", to, call->acks_hard_ack, call->tx_top, rot_last); in rxrpc_rotate_tx_window()
280 rxrpc_proto_abort(call, call->tx_top, abort_why); in rxrpc_end_tx_phase()
292 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
971 after(hard_ack, call->tx_top)) in rxrpc_input_ack()
973 if (nr_acks > call->tx_top - hard_ack) in rxrpc_input_ack()
992 summary.nr_acks == call->tx_top - hard_ack && in rxrpc_input_ack()
1015 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
H A Dsendmsg.c198 call->tx_bottom, call->acks_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
401 else if (call->tx_top - call->acks_hard_ack < in rxrpc_send_data()
685 call->tx_top != 0)
H A Dtxbuf.c111 _enter("%x/%x/%x", call->tx_bottom, call->acks_hard_ack, call->tx_top); in rxrpc_shrink_call_tx_buffer()
H A Dproc.c98 acks_hard_ack, READ_ONCE(call->tx_top) - acks_hard_ack, in rxrpc_call_seq_show()
H A Dar-internal.h671 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
/kernel/linux/linux-5.10/net/rxrpc/
H A Dinput.c49 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
186 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()
188 summary->nr_acks != call->tx_top - call->tx_hard_ack) { in rxrpc_congestion_management()
296 rxrpc_proto_abort(abort_why, call, call->tx_top); in rxrpc_end_tx_phase()
307 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
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)) { in rxrpc_input_ack()
968 if (nr_acks > call->tx_top in rxrpc_input_ack()
[all...]
H A Dsendmsg.c32 return call->tx_top - tx_win < win_size; in rxrpc_check_tx_space()
133 call->tx_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
203 ASSERTCMP(seq, ==, call->tx_top + 1); in rxrpc_queue_packet()
218 call->tx_top = seq; in rxrpc_queue_packet()
437 seq = call->tx_top + 1; in rxrpc_send_data()
445 else if (call->tx_top - call->tx_hard_ack < in rxrpc_send_data()
735 call->tx_top != 0)
H A Dcall_event.c166 _enter("{%d,%d}", call->tx_hard_ack, call->tx_top); in rxrpc_resend()
174 top = call->tx_top; in rxrpc_resend()
390 call->acks_lost_top = call->tx_top; in rxrpc_process_call()
H A Dproc.c114 tx_hard_ack, READ_ONCE(call->tx_top) - tx_hard_ack, in rxrpc_call_seq_show()
H A Dar-internal.h626 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
675 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h304 struct gelic_descr *tx_top, *rx_top; member
H A Dps3_gelic_net.c1733 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe()
1736 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe()
1820 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h304 struct gelic_descr *tx_top, *rx_top; member
H A Dps3_gelic_net.c1735 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe()
1738 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe()
1822 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h849 __field(rxrpc_seq_t, tx_top)
859 __entry->tx_top = call->tx_top;
869 __entry->tx_top - __entry->tx_bottom,
870 __entry->tx_top - __entry->acks_hard_ack,
1548 __entry->top = call->tx_top;
/kernel/linux/linux-5.10/include/trace/events/
H A Drxrpc.h769 __field(rxrpc_seq_t, tx_top )
777 __entry->tx_top = call->tx_top;
785 __entry->tx_top - __entry->tx_hard_ack,
1296 __entry->top = call->tx_top;

Completed in 21 milliseconds