Searched refs:tx_top (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/rxrpc/ |
| H A D | call_event.c | 94 _enter("{%d,%d}", call->tx_bottom, call->tx_top); in rxrpc_resend() 200 if (call->send_top == call->tx_top) in rxrpc_transmit_fresh_data() 221 if (call->tx_top == send_top) in rxrpc_transmit_fresh_data() 227 seq = call->tx_top; in rxrpc_transmit_fresh_data() 252 call->tx_top = seq; in rxrpc_transmit_fresh_data()
|
| H A D | input.c | 167 call->acks_nr_sacks != call->tx_top - call->tx_bottom) { in rxrpc_congestion_management() 335 _debug("%x,%x,%x,%d", to, call->tx_bottom, call->tx_top, rot_last); in rxrpc_rotate_tx_window() 377 rxrpc_proto_abort(call, call->tx_top, abort_why); in rxrpc_end_tx_phase() 388 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() 1161 after(hard_ack, call->tx_top)) in rxrpc_input_ack() 1163 if (nr_acks > call->tx_top - hard_ack) in rxrpc_input_ack() 1180 call->acks_nr_sacks == call->tx_top - hard_ack && in rxrpc_input_ack() 1210 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
|
| H A D | sendmsg.c | 201 call->tx_bottom, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window() 732 call->tx_top != 0) in rxrpc_do_sendmsg()
|
| H A D | ar-internal.h | 709 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member 1490 int transmitted = call->tx_top - call->tx_bottom; in rxrpc_tx_window_space()
|
| H A D | proc.c | 96 tx_bottom, READ_ONCE(call->tx_top) - tx_bottom, in rxrpc_call_seq_show()
|
| /linux-6.15/include/trace/events/ |
| H A D | rxrpc.h | 948 __field(rxrpc_seq_t, tx_top) 958 __entry->tx_top = call->tx_top; 969 __entry->tx_top - __entry->acks_hard_ack, 970 __entry->send_top - __entry->tx_top, 993 __entry->seq = call->tx_top + 1; 999 __entry->in_flight = call->tx_top - call->tx_bottom; 1031 __entry->top = call->tx_top; 1777 __entry->top = call->tx_top; 1833 __entry->has_data = call->tx_bottom != call->tx_top;
|
| /linux-6.15/drivers/net/ethernet/toshiba/ |
| H A D | ps3_gelic_net.h | 310 struct gelic_descr *tx_top, *rx_top; member
|
| H A D | ps3_gelic_net.c | 1748 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe() 1751 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe() 1835 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
|