Lines Matching refs:rxqidx
715 unsigned int *txqidx, unsigned int *rxqidx) in get_qidxs() argument
727 *rxqidx = reqctx->rxqidx; in get_qidxs()
737 *rxqidx = reqctx->rxqidx; in get_qidxs()
747 *rxqidx = reqctx->rxqidx; in get_qidxs()
770 unsigned int txqidx = 0, rxqidx = 0; in create_wreq() local
773 get_qidxs(req, &txqidx, &rxqidx); in create_wreq()
774 qid = u_ctx->lldi.rxq_ids[rxqidx]; in create_wreq()
777 rx_channel_id = rxqidx / ctx->rxq_perchan; in create_wreq()
822 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_cipher_wr()
1213 wrparam.qid = u_ctx->lldi.rxq_ids[reqctx->rxqidx]; in chcr_handle_cipher_resp()
1379 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_encrypt()
1392 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_encrypt()
1424 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_decrypt()
1435 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_decrypt()
1580 unsigned int rx_channel_id = req_ctx->rxqidx / ctx->rxq_perchan; in create_hash_wr()
1674 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_update()
1775 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_final()
1845 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_finup()
1940 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_digest()
2034 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_continue()
2457 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_authenc_wr()
2713 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_aead_dst_ent()
2755 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_cipher_dst_ent()
2964 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in fill_sec_cpl_for_aead()
3143 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_gcm_wr()
3763 skb = create_wr_fn(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], size); in chcr_aead_op()
3785 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_encrypt()
3816 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_decrypt()