Lines Matching refs:ntxq
1381 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt()
1426 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt()
1450 int txq_perchan, ntxq; in chcr_device_init() local
1461 ntxq = u_ctx->lldi.ntxq; in chcr_device_init()
1463 txq_perchan = ntxq / u_ctx->lldi.nchan; in chcr_device_init()
1464 ctx->ntxq = ntxq; in chcr_device_init()
1677 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update()
1778 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final()
1848 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup()
1943 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest()
2037 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue()
3799 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt()
3830 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_decrypt()