Home
last modified time | relevance | path

Searched refs:tx_bottom (Results 1 – 6 of 6) sorted by relevance

/linux/net/rxrpc/
H A Dsendmsg.c97 rxrpc_seq_t tx_bottom = READ_ONCE(call->tx_bottom); in rxrpc_check_tx_space() local
100 *_tx_win = tx_bottom; in rxrpc_check_tx_space()
101 return call->send_top - tx_bottom < 256; in rxrpc_check_tx_space()
143 tx_start = READ_ONCE(call->tx_bottom); in rxrpc_wait_for_tx_window_waitall()
201 call->tx_bottom, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
264 poke = (READ_ONCE(call->tx_bottom) == call->send_top); in rxrpc_queue_packet()
H A Dinput.c167 call->acks_nr_sacks != call->tx_top - call->tx_bottom) { in rxrpc_congestion_management()
224 rxrpc_seq_t seq = call->tx_bottom + 1; in rxrpc_rotate_tx_window()
227 _enter("%x,%x", call->tx_bottom, to); in rxrpc_rotate_tx_window()
232 if (call->acks_lowest_nak == call->tx_bottom) { in rxrpc_rotate_tx_window()
297 WRITE_ONCE(call->tx_bottom, seq); in rxrpc_rotate_tx_window()
335 _debug("%x,%x,%x,%d", to, call->tx_bottom, call->tx_top, rot_last); in rxrpc_rotate_tx_window()
1101 call->tx_bottom == 0 && in rxrpc_input_ack()
1160 if (before(hard_ack, call->tx_bottom) || in rxrpc_input_ack()
1166 if (after(hard_ack, call->tx_bottom)) { in rxrpc_input_ack()
H A Dcall_event.c94 _enter("{%d,%d}", call->tx_bottom, call->tx_top); in rxrpc_resend()
264 if (call->tx_bottom == READ_ONCE(call->send_top)) in rxrpc_transmit_some_data()
273 if (call->tx_bottom == READ_ONCE(call->send_top)) { in rxrpc_transmit_some_data()
H A Dar-internal.h760 rxrpc_seq_t tx_bottom; /* First packet in buffer */ member
1566 int transmitted = call->tx_top - call->tx_bottom; in rxrpc_tx_window_space()
/linux/include/trace/events/
H A Drxrpc.h1001 __field(rxrpc_seq_t, tx_bottom)
1011 __entry->tx_bottom = call->tx_bottom;
1021 __entry->tx_bottom,
1023 __entry->acks_hard_ack - __entry->tx_bottom,
1053 __entry->prepared = send_top - call->tx_bottom;
1054 __entry->in_flight = call->tx_top - call->tx_bottom;
1967 __entry->prepared = call->send_top - call->tx_bottom;
1970 __entry->has_data = call->tx_bottom != call->tx_top;
/linux/drivers/net/usb/
H A Dr8152.c2717 static void tx_bottom(struct r8152 *tp) in tx_bottom() function
2771 tx_bottom(tp); in bottom_half()