Lines Matching refs:txqidx
715 unsigned int *txqidx, unsigned int *rxqidx) in get_qidxs() argument
726 *txqidx = reqctx->txqidx; in get_qidxs()
736 *txqidx = reqctx->txqidx; in get_qidxs()
746 *txqidx = reqctx->txqidx; in get_qidxs()
770 unsigned int txqidx = 0, rxqidx = 0; in create_wreq() local
773 get_qidxs(req, &txqidx, &rxqidx); in create_wreq()
776 tx_channel_id = txqidx / ctx->txq_perchan; in create_wreq()
787 !!lcb, txqidx); in create_wreq()
1223 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_handle_cipher_resp()
1378 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt()
1386 reqctx->txqidx) && in chcr_aes_encrypt()
1397 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_encrypt()
1423 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt()
1432 reqctx->txqidx) && in chcr_aes_decrypt()
1440 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_decrypt()
1673 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update()
1695 req_ctx->txqidx) && in chcr_ahash_update()
1740 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_update()
1774 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final()
1822 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_final()
1844 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup()
1854 req_ctx->txqidx) && in chcr_ahash_finup()
1915 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_finup()
1939 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest()
1950 req_ctx->txqidx) && in chcr_ahash_digest()
2009 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_digest()
2033 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue()
2077 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_ahash_continue()
3749 reqctx->txqidx) && in chcr_aead_op()
3771 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aead_op()
3784 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt()
3815 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_decrypt()