Searched refs:tx_bottom (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A D | txbuf.c | 111 _enter("%x/%x/%x", call->tx_bottom, call->acks_hard_ack, call->tx_top); in rxrpc_shrink_call_tx_buffer() 119 if (txb->seq != call->tx_bottom + 1) in rxrpc_shrink_call_tx_buffer() 121 ASSERTCMP(txb->seq, ==, call->tx_bottom + 1); in rxrpc_shrink_call_tx_buffer() 122 smp_store_release(&call->tx_bottom, call->tx_bottom + 1); in rxrpc_shrink_call_tx_buffer() 128 if (after(call->acks_hard_ack, call->tx_bottom + 128)) in rxrpc_shrink_call_tx_buffer()
|
H A D | sendmsg.c | 97 *_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()
|
H A D | call_event.c | 541 if (call->acks_hard_ack != call->tx_bottom) in rxrpc_input_call_event()
|
H A D | ar-internal.h | 668 rxrpc_seq_t tx_bottom; /* First packet in buffer */ member
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 852 __field(rxrpc_seq_t, tx_bottom) 862 __entry->tx_bottom = call->tx_bottom; 871 __entry->tx_bottom, 873 __entry->tx_top - __entry->tx_bottom, 875 __entry->tx_prepared - __entry->tx_bottom, 1622 __entry->prepared = call->tx_prepared - call->tx_bottom;
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 2679 static void tx_bottom(struct r8152 *tp) in tx_bottom() function 2733 tx_bottom(tp); in bottom_half()
|