Home
last modified time | relevance | path

Searched refs:tx_top (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dinput.c32 (call->tx_top - call->acks_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
170 summary->nr_acks != call->tx_top - call->acks_hard_ack) { in rxrpc_congestion_management()
228 _enter("%x,%x,%x,%d", to, call->acks_hard_ack, call->tx_top, rot_last); in rxrpc_rotate_tx_window()
277 rxrpc_proto_abort(call, call->tx_top, abort_why); in rxrpc_end_tx_phase()
289 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
904 after(hard_ack, call->tx_top)) in rxrpc_input_ack()
906 if (nr_acks > call->tx_top - hard_ack) in rxrpc_input_ack()
924 summary.nr_acks == call->tx_top - hard_ack && in rxrpc_input_ack()
939 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
Dcall_event.c125 _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()
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) in rxrpc_do_sendmsg()
Dtxbuf.c111 _enter("%x/%x/%x", call->tx_bottom, call->acks_hard_ack, call->tx_top); in rxrpc_shrink_call_tx_buffer()
Dproc.c98 acks_hard_ack, READ_ONCE(call->tx_top) - acks_hard_ack, in rxrpc_call_seq_show()
Dar-internal.h663 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
/Linux-v6.6/drivers/net/ethernet/toshiba/
Dps3_gelic_net.h304 struct gelic_descr *tx_top, *rx_top; member
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()
/Linux-v6.6/include/trace/events/
Drxrpc.h847 __field(rxrpc_seq_t, tx_top)
857 __entry->tx_top = call->tx_top;
867 __entry->tx_top - __entry->tx_bottom,
868 __entry->tx_top - __entry->acks_hard_ack,
1546 __entry->top = call->tx_top;