Lines Matching refs:txqidx

711 			    unsigned int *txqidx, unsigned int *rxqidx)  in get_qidxs()  argument
722 *txqidx = reqctx->txqidx; in get_qidxs()
732 *txqidx = reqctx->txqidx; in get_qidxs()
742 *txqidx = reqctx->txqidx; in get_qidxs()
766 unsigned int txqidx = 0, rxqidx = 0; in create_wreq() local
769 get_qidxs(req, &txqidx, &rxqidx); in create_wreq()
773 tx_channel_id = txqidx / ctx->txq_perchan; in create_wreq()
784 !!lcb, txqidx); in create_wreq()
1219 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_handle_cipher_resp()
1374 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt()
1382 reqctx->txqidx) && in chcr_aes_encrypt()
1393 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_encrypt()
1419 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt()
1428 reqctx->txqidx) && in chcr_aes_decrypt()
1436 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_decrypt()
1671 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update()
1693 req_ctx->txqidx) && in chcr_ahash_update()
1738 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_update()
1772 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final()
1820 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_final()
1842 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup()
1852 req_ctx->txqidx) && in chcr_ahash_finup()
1913 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_finup()
1937 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest()
1948 req_ctx->txqidx) && in chcr_ahash_digest()
2007 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_digest()
2031 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue()
2075 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_ahash_continue()
3758 reqctx->txqidx) && in chcr_aead_op()
3780 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aead_op()
3793 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt()
3824 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_decrypt()