Searched refs:bufs (Results 1 – 6 of 6) sorted by relevance
65 struct rxrpc_txbuf *txb = tq->bufs[ix]; in rxrpc_retransmit_data()112 struct rxrpc_txbuf *txb = tq->bufs[ix]; in rxrpc_resend()241 txb = tq->bufs[ix]; in rxrpc_transmit_fresh_data()
253 _debug("tq=%x seq=%x i=%d f=%x", tq->qbase, seq, ix, tq->bufs[ix]->flags); in rxrpc_rotate_tx_window()254 if (tq->bufs[ix]->flags & RXRPC_LAST_PACKET) { in rxrpc_rotate_tx_window()294 rxrpc_put_txbuf(tq->bufs[ix], rxrpc_txbuf_put_rotated); in rxrpc_rotate_tx_window()295 tq->bufs[ix] = NULL; in rxrpc_rotate_tx_window()
541 if (tq->bufs[i]) in rxrpc_cleanup_tx_buffers()542 rxrpc_put_txbuf(tq->bufs[i], rxrpc_txbuf_put_cleaned); in rxrpc_cleanup_tx_buffers()
258 if (WARN_ON_ONCE(sq->bufs[ix])) in rxrpc_queue_packet()265 sq->bufs[ix] = txb; in rxrpc_queue_packet()
570 struct rxrpc_txbuf *txb = tq->bufs[seq & RXRPC_TXQ_MASK]; in rxrpc_prepare_data_packet()665 txb = tq->bufs[seq & RXRPC_TXQ_MASK]; in rxrpc_send_data_packet()
965 struct rxrpc_txbuf *bufs[RXRPC_NR_TXQUEUE]; member
Completed in 18 milliseconds