Searched refs:tx_top (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | input.c | 49 (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() 296 rxrpc_proto_abort(abort_why, call, call->tx_top); in rxrpc_end_tx_phase() 307 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply() 964 after(hard_ack, call->tx_top)) { in rxrpc_input_ack() 968 if (nr_acks > call->tx_top - hard_ack) { in rxrpc_input_ack() 989 if (call->rxtx_annotations[call->tx_top & RXRPC_RXTX_BUFF_MASK] & in rxrpc_input_ack() 991 summary.nr_acks == call->tx_top - hard_ack && in rxrpc_input_ack() 1014 if (rxrpc_rotate_tx_window(call, call->tx_top, &summary)) in rxrpc_input_ackall()
|
D | sendmsg.c | 32 return call->tx_top - tx_win < win_size; in rxrpc_check_tx_space() 133 call->tx_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window() 203 ASSERTCMP(seq, ==, call->tx_top + 1); in rxrpc_queue_packet() 218 call->tx_top = seq; in rxrpc_queue_packet() 437 seq = call->tx_top + 1; in rxrpc_send_data() 445 else if (call->tx_top - call->tx_hard_ack < in rxrpc_send_data() 735 call->tx_top != 0) in rxrpc_do_sendmsg()
|
D | call_event.c | 166 _enter("{%d,%d}", call->tx_hard_ack, call->tx_top); in rxrpc_resend() 174 top = call->tx_top; in rxrpc_resend() 390 call->acks_lost_top = call->tx_top; in rxrpc_process_call()
|
D | proc.c | 114 tx_hard_ack, READ_ONCE(call->tx_top) - tx_hard_ack, in rxrpc_call_seq_show()
|
D | ar-internal.h | 626 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.h | 303 struct gelic_descr *tx_top, *rx_top; member
|
D | ps3_gelic_net.c | 1730 card->tx_top = card->tx_chain.head; in ps3_gelic_driver_probe() 1733 card->rx_top, card->tx_top, sizeof(struct gelic_descr), in ps3_gelic_driver_probe() 1817 gelic_card_free_chain(card, card->tx_top); in ps3_gelic_driver_remove()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | rxrpc.h | 769 __field(rxrpc_seq_t, tx_top ) 777 __entry->tx_top = call->tx_top; 785 __entry->tx_top - __entry->tx_hard_ack, 1296 __entry->top = call->tx_top;
|