Searched refs:qbase (Results 1 – 6 of 6) sorted by relevance
| /net/rxrpc/ |
| A D | call_event.c | 67 _enter("%x,%x,%x,%x", tq->qbase, req->seq, ix, txb->debug_id); in rxrpc_retransmit_data() 102 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_resend() 106 tq->segment_acked, tq->nr_reported_acks, call->debug_id, tq->qbase); in rxrpc_resend() 118 req.seq = tq->qbase + ix; in rxrpc_resend() 144 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp() 150 if (after_eq(call->tx_transmitted, req.tq->qbase) && in rxrpc_resend_tlp() 151 before(call->tx_transmitted, req.tq->qbase + RXRPC_NR_TXQUEUE)) { in rxrpc_resend_tlp()
|
| A D | input_rack.c | 67 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_update() 108 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_reordering() 210 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_rack_detect_loss() 219 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_loss() 273 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_mark_losses_on_rto()
|
| A D | input.c | 253 _debug("tq=%x seq=%x i=%d f=%x", tq->qbase, seq, ix, tq->bufs[ix]->flags); in rxrpc_rotate_tx_window() 885 tq->qbase, tq->segment_acked, tq->nr_reported_acks, in rxrpc_input_soft_ack_tq() 888 _debug("[%x]", tq->qbase); in rxrpc_input_soft_ack_tq() 946 test_bit(call->tlp_seq - tq->qbase, &new_acks)) in rxrpc_input_soft_ack_tq() 971 _enter("%x,%x,%u", tq->qbase, seq, sp->ack.nr_acks); in rxrpc_input_soft_acks() 973 while (after(seq, tq->qbase + RXRPC_NR_TXQUEUE - 1)) in rxrpc_input_soft_acks()
|
| A D | sendmsg.c | 294 tq->qbase = call->send_top + 1; in rxrpc_alloc_txqueue() 304 tq->qbase = 0; in rxrpc_alloc_txqueue()
|
| A D | ar-internal.h | 953 rxrpc_seq_t qbase; member 1550 return (seq & (RXRPC_NR_TXQUEUE - 1)) == tq->qbase; in rxrpc_seq_in_txq()
|
| A D | output.c | 572 _debug("prep[%u] tq=%x q=%x", i, tq->qbase, seq); in rxrpc_prepare_data_packet() 652 _enter("%x,%x-%x", tq->qbase, seq, seq + req->n - 1); in rxrpc_send_data_packet()
|
Completed in 21 milliseconds