Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dsendmsg.c33 if (call->tx_top - call->tx_hard_ack < in rxrpc_wait_for_tx_window_intr()
75 if (call->tx_top - tx_win < in rxrpc_wait_for_tx_window_nonintr()
110 call->tx_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
170 ASSERTCMP(seq, ==, call->tx_top + 1); in rxrpc_queue_packet()
187 call->tx_top = seq; in rxrpc_queue_packet()
307 if (call->tx_top - call->tx_hard_ack >= in rxrpc_send_data()
406 seq = call->tx_top + 1; in rxrpc_send_data()
414 else if (call->tx_top - call->tx_hard_ack < in rxrpc_send_data()
680 call->tx_top != 0) in rxrpc_do_sendmsg()
Dinput.c53 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
190 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_congestion_management()
192 summary->nr_acks != call->tx_top - call->tx_hard_ack) { in rxrpc_congestion_management()
318 rxrpc_proto_abort(abort_why, call, call->tx_top); in rxrpc_end_tx_phase()
329 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
920 after(hard_ack, call->tx_top)) { in rxrpc_input_ack()
924 if (nr_acks > call->tx_top - hard_ack) { in rxrpc_input_ack()
945 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack()
947 summary.nr_acks == call->tx_top - hard_ack && in rxrpc_input_ack()
970 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
Dcall_event.c172 _enter("{%d,%d}", call->tx_hard_ack, call->tx_top); in rxrpc_resend()
188 top = call->tx_top; in rxrpc_resend()
406 call->acks_lost_top = call->tx_top; in rxrpc_process_call()
Dproc.c118 tx_hard_ack, READ_ONCE(call->tx_top) - tx_hard_ack, in rxrpc_call_seq_show()
Dar-internal.h613 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dps3_gelic_net.h316 struct gelic_descr *tx_top, *rx_top; member
Dps3_gelic_net.c1745 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe()
1748 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe()
1832 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
/Linux-v4.19/include/trace/events/
Drxrpc.h781 __field(rxrpc_seq_t, tx_top )
789 __entry->tx_top = call->tx_top;
797 __entry->tx_top - __entry->tx_hard_ack,
1304 __entry->top = call->tx_top;