Searched refs:tx_bottom (Results 1 – 5 of 5) sorted by relevance
| /net/rxrpc/ |
| A D | sendmsg.c | 97 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()
|
| A D | proc.c | 55 rxrpc_seq_t tx_bottom; in rxrpc_call_seq_show() local 82 tx_bottom = READ_ONCE(call->tx_bottom); in rxrpc_call_seq_show() 96 tx_bottom, READ_ONCE(call->tx_top) - tx_bottom, in rxrpc_call_seq_show()
|
| A D | input.c | 167 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()
|
| A D | call_event.c | 94 _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()
|
| A D | ar-internal.h | 760 rxrpc_seq_t tx_bottom; /* First packet in buffer */ member 1566 int transmitted = call->tx_top - call->tx_bottom; in rxrpc_tx_window_space()
|
Completed in 21 milliseconds