Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_event.c94 _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 Dinput.c167 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 Dsendmsg.c201 call->tx_bottom, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
731 call->tx_top != 0) in rxrpc_do_sendmsg()
H A Dar-internal.h762 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
1573 int transmitted = call->tx_top - call->tx_bottom; in rxrpc_tx_window_space()
H A Dproc.c96 tx_bottom, READ_ONCE(call->tx_top) - tx_bottom, in rxrpc_call_seq_show()
/linux/include/trace/events/
H A Drxrpc.h1007 __field(rxrpc_seq_t, tx_top)
1017 __entry->tx_top = call->tx_top;
1028 __entry->tx_top - __entry->acks_hard_ack,
1029 __entry->send_top - __entry->tx_top,
1052 __entry->seq = call->tx_top + 1;
1058 __entry->in_flight = call->tx_top - call->tx_bottom;
1090 __entry->top = call->tx_top;
1918 __entry->top = call->tx_top;
1974 __entry->has_data = call->tx_bottom != call->tx_top;
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h311 struct gelic_descr *tx_top, *rx_top; member