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()
777 tx_channel_id = txqidx / ctx->txq_perchan; in create_wreq()
788 !!lcb, txqidx); in create_wreq()
1226 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_handle_cipher_resp()
1381 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt()
1389 reqctx->txqidx) && in chcr_aes_encrypt()
1400 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_encrypt()
1426 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt()
1435 reqctx->txqidx) && in chcr_aes_decrypt()
1443 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aes_decrypt()
1677 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update()
1699 req_ctx->txqidx) && in chcr_ahash_update()
1744 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_update()
1778 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final()
1826 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_final()
1848 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup()
1858 req_ctx->txqidx) && in chcr_ahash_finup()
1919 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_finup()
1943 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest()
1954 req_ctx->txqidx) && in chcr_ahash_digest()
2013 set_wr_txq(skb, CPL_PRIORITY_DATA, req_ctx->txqidx); in chcr_ahash_digest()
2037 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue()
2081 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_ahash_continue()
3764 reqctx->txqidx) && in chcr_aead_op()
3786 set_wr_txq(skb, CPL_PRIORITY_DATA, reqctx->txqidx); in chcr_aead_op()
3799 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt()
3830 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_decrypt()