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

/linux-master/net/rxrpc/
H A Dtxbuf.c215 _enter("%x/%x/%x", call->tx_bottom, call->acks_hard_ack, call->tx_top);
223 if (txb->seq != call->tx_bottom + 1)
225 ASSERTCMP(txb->seq, ==, call->tx_bottom + 1);
226 smp_store_release(&call->tx_bottom, call->tx_bottom + 1);
232 if (after(call->acks_hard_ack, call->tx_bottom + 128))
H A Dsendmsg.c97 *_tx_win = call->tx_bottom;
98 return call->tx_prepared - call->tx_bottom < 256;
198 call->tx_bottom, call->acks_hard_ack, call->tx_top, call->tx_winsize);
H A Dcall_event.c488 if (call->acks_hard_ack != call->tx_bottom)
H A Dar-internal.h677 rxrpc_seq_t tx_bottom; /* First packet in buffer */ member in struct:rxrpc_call
/linux-master/include/trace/events/
H A Drxrpc.h843 __field(rxrpc_seq_t, tx_bottom)
853 __entry->tx_bottom = call->tx_bottom;
862 __entry->tx_bottom,
864 __entry->tx_top - __entry->tx_bottom,
866 __entry->tx_prepared - __entry->tx_bottom,
1614 __entry->prepared = call->tx_prepared - call->tx_bottom;
/linux-master/drivers/net/usb/
H A Dr8152.c2713 static void tx_bottom(struct r8152 *tp) function
2767 tx_bottom(tp);

Completed in 164 milliseconds