Symbol: tx_bottom
drivers/net/usb/r8152.c
3221
tx_bottom(tp);
include/trace/events/rxrpc.h
1008
__field(rxrpc_seq_t, tx_bottom)
include/trace/events/rxrpc.h
1018
__entry->tx_bottom = call->tx_bottom;
include/trace/events/rxrpc.h
1028
__entry->tx_bottom,
include/trace/events/rxrpc.h
1030
__entry->acks_hard_ack - __entry->tx_bottom,
include/trace/events/rxrpc.h
1060
__entry->prepared = send_top - call->tx_bottom;
include/trace/events/rxrpc.h
1061
__entry->in_flight = call->tx_top - call->tx_bottom;
include/trace/events/rxrpc.h
1974
__entry->prepared = call->send_top - call->tx_bottom;
include/trace/events/rxrpc.h
1977
__entry->has_data = call->tx_bottom != call->tx_top;
net/rxrpc/ar-internal.h
1599
int transmitted = call->tx_top - call->tx_bottom;
net/rxrpc/ar-internal.h
780
rxrpc_seq_t tx_bottom; /* First packet in buffer */
net/rxrpc/call_event.c
266
if (call->tx_bottom == READ_ONCE(call->send_top))
net/rxrpc/call_event.c
276
if (call->tx_bottom == READ_ONCE(call->send_top)) {
net/rxrpc/call_event.c
94
_enter("{%d,%d}", call->tx_bottom, call->tx_top);
net/rxrpc/input.c
1125
call->tx_bottom == 0 &&
net/rxrpc/input.c
1183
if (before(hard_ack, call->tx_bottom) ||
net/rxrpc/input.c
1189
if (after(hard_ack, call->tx_bottom)) {
net/rxrpc/input.c
167
call->acks_nr_sacks != call->tx_top - call->tx_bottom) {
net/rxrpc/input.c
225
rxrpc_seq_t seq = call->tx_bottom + 1;
net/rxrpc/input.c
228
_enter("%x,%x", call->tx_bottom, to);
net/rxrpc/input.c
233
if (call->acks_lowest_nak == call->tx_bottom) {
net/rxrpc/input.c
301
WRITE_ONCE(call->tx_bottom, seq);
net/rxrpc/input.c
338
_debug("%x,%x,%x,%d", to, call->tx_bottom, call->tx_top, rot_last);
net/rxrpc/proc.c
100
tx_bottom, READ_ONCE(call->tx_top) - tx_bottom,
net/rxrpc/proc.c
59
rxrpc_seq_t tx_bottom;
net/rxrpc/proc.c
86
tx_bottom = READ_ONCE(call->tx_bottom);
net/rxrpc/sendmsg.c
100
*_tx_win = tx_bottom;
net/rxrpc/sendmsg.c
101
return call->send_top - tx_bottom < 256;
net/rxrpc/sendmsg.c
143
tx_start = READ_ONCE(call->tx_bottom);
net/rxrpc/sendmsg.c
201
call->tx_bottom, call->tx_top, call->tx_winsize);
net/rxrpc/sendmsg.c
264
poke = (READ_ONCE(call->tx_bottom) == call->send_top);
net/rxrpc/sendmsg.c
97
rxrpc_seq_t tx_bottom = READ_ONCE(call->tx_bottom);