Home
last modified time | relevance | path

Searched refs:tx_prepared (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dsendmsg.c98 return call->tx_prepared - call->tx_bottom < 256; in rxrpc_check_tx_space()
247 ASSERTCMP(txb->seq, ==, call->tx_prepared + 1); in rxrpc_queue_packet()
263 call->tx_prepared = seq; in rxrpc_queue_packet()
H A Dtxbuf.c36 txb->seq = call->tx_prepared + 1; in rxrpc_alloc_txbuf()
H A Dar-internal.h670 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */ member
/openbmc/linux/include/trace/events/
H A Drxrpc.h850 __field(rxrpc_seq_t, tx_prepared)
860 __entry->tx_prepared = call->tx_prepared;
871 __entry->tx_prepared - __entry->tx_bottom,
1595 __entry->prepared = call->tx_prepared - call->tx_bottom;