Symbol: tx_bottom
drivers/net/usb/r8152.c
2767
tx_bottom(tp);
include/trace/events/rxrpc.h
1007
__field(rxrpc_seq_t, tx_bottom)
include/trace/events/rxrpc.h
1017
__entry->tx_bottom = call->tx_bottom;
include/trace/events/rxrpc.h
1027
__entry->tx_bottom,
include/trace/events/rxrpc.h
1029
__entry->acks_hard_ack - __entry->tx_bottom,
include/trace/events/rxrpc.h
1059
__entry->prepared = send_top - call->tx_bottom;
include/trace/events/rxrpc.h
1060
__entry->in_flight = call->tx_top - call->tx_bottom;
include/trace/events/rxrpc.h
1973
__entry->prepared = call->send_top - call->tx_bottom;
include/trace/events/rxrpc.h
1976
__entry->has_data = call->tx_bottom != call->tx_top;
net/rxrpc/ar-internal.h
1573
int transmitted = call->tx_top - call->tx_bottom;
net/rxrpc/ar-internal.h
760
rxrpc_seq_t tx_bottom; /* First packet in buffer */
net/rxrpc/call_event.c
264
if (call->tx_bottom == READ_ONCE(call->send_top))
net/rxrpc/call_event.c
273
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
1101
call->tx_bottom == 0 &&
net/rxrpc/input.c
1160
if (before(hard_ack, call->tx_bottom) ||
net/rxrpc/input.c
1166
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
224
rxrpc_seq_t seq = call->tx_bottom + 1;
net/rxrpc/input.c
227
_enter("%x,%x", call->tx_bottom, to);
net/rxrpc/input.c
232
if (call->acks_lowest_nak == call->tx_bottom) {
net/rxrpc/input.c
297
WRITE_ONCE(call->tx_bottom, seq);
net/rxrpc/input.c
335
_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);