Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dtxbuf.c215 _enter("%x/%x/%x", call->tx_bottom, call->acks_hard_ack, call->tx_top); in rxrpc_shrink_call_tx_buffer()
223 if (txb->seq != call->tx_bottom + 1) in rxrpc_shrink_call_tx_buffer()
225 ASSERTCMP(txb->seq, ==, call->tx_bottom + 1); in rxrpc_shrink_call_tx_buffer()
226 smp_store_release(&call->tx_bottom, call->tx_bottom + 1); in rxrpc_shrink_call_tx_buffer()
232 if (after(call->acks_hard_ack, call->tx_bottom + 128)) in rxrpc_shrink_call_tx_buffer()
A Dsendmsg.c97 *_tx_win = call->tx_bottom; in rxrpc_check_tx_space()
98 return call->tx_prepared - call->tx_bottom < 256; in rxrpc_check_tx_space()
198 call->tx_bottom, call->acks_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
A Dcall_event.c488 if (call->acks_hard_ack != call->tx_bottom) in rxrpc_input_call_event()
A Dar-internal.h677 rxrpc_seq_t tx_bottom; /* First packet in buffer */ member
/linux/include/trace/events/
A Drxrpc.h844 __field(rxrpc_seq_t, tx_bottom)
854 __entry->tx_bottom = call->tx_bottom;
863 __entry->tx_bottom,
865 __entry->tx_top - __entry->tx_bottom,
867 __entry->tx_prepared - __entry->tx_bottom,
1615 __entry->prepared = call->tx_prepared - call->tx_bottom;
/linux/drivers/net/usb/
A Dr8152.c2714 static void tx_bottom(struct r8152 *tp) in tx_bottom() function
2768 tx_bottom(tp); in bottom_half()

Completed in 30 milliseconds