Home
last modified time | relevance | path

Searched refs:tx_top (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/net/rxrpc/
Dsendmsg.c29 if (call->tx_top - call->tx_hard_ack < in rxrpc_wait_for_tx_window_intr()
71 if (call->tx_top - tx_win < in rxrpc_wait_for_tx_window_nonintr()
107 call->tx_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
168 ASSERTCMP(seq, ==, call->tx_top + 1); in rxrpc_queue_packet()
183 call->tx_top = seq; in rxrpc_queue_packet()
305 if (call->tx_top - call->tx_hard_ack >= in rxrpc_send_data()
410 seq = call->tx_top + 1; in rxrpc_send_data()
418 else if (call->tx_top - call->tx_hard_ack < in rxrpc_send_data()
682 call->tx_top != 0) in rxrpc_do_sendmsg()
Dinput.c49 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
186 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()
188 summary->nr_acks != call->tx_top - call->tx_hard_ack) { in rxrpc_congestion_management()
313 rxrpc_proto_abort(abort_why, call, call->tx_top); in rxrpc_end_tx_phase()
324 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
927 after(hard_ack, call->tx_top)) { in rxrpc_input_ack()
931 if (nr_acks > call->tx_top - hard_ack) { in rxrpc_input_ack()
952 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
954 summary.nr_acks == call->tx_top - hard_ack && in rxrpc_input_ack()
977 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
Dcall_event.c166 _enter("{%d,%d}", call->tx_hard_ack, call->tx_top); in rxrpc_resend()
182 top = call->tx_top; in rxrpc_resend()
406 call->acks_lost_top = call->tx_top; in rxrpc_process_call()
Dproc.c114 tx_hard_ack, READ_ONCE(call->tx_top) - tx_hard_ack, in rxrpc_call_seq_show()
Dar-internal.h633 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
/Linux-v5.4/drivers/net/ethernet/toshiba/
Dps3_gelic_net.h303 struct gelic_descr *tx_top, *rx_top; member
Dps3_gelic_net.c1732 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe()
1735 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe()
1819 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
/Linux-v5.4/include/trace/events/
Drxrpc.h778 __field(rxrpc_seq_t, tx_top )
786 __entry->tx_top = call->tx_top;
794 __entry->tx_top - __entry->tx_hard_ack,
1301 __entry->top = call->tx_top;