Lines Matching refs:ntxq
1374 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt()
1419 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt()
1443 int txq_perchan, ntxq; in chcr_device_init() local
1454 ntxq = u_ctx->lldi.ntxq; in chcr_device_init()
1456 txq_perchan = ntxq / u_ctx->lldi.nchan; in chcr_device_init()
1457 ctx->ntxq = ntxq; in chcr_device_init()
1671 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update()
1772 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final()
1842 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup()
1937 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest()
2031 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue()
3794 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt()
3825 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_decrypt()