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()
776 portno = rxqidx / ctx->rxq_perchan; in create_wreq()
824 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_cipher_wr()
1216 wrparam.qid = u_ctx->lldi.rxq_ids[reqctx->rxqidx]; in chcr_handle_cipher_resp()
1382 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_encrypt()
1395 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_encrypt()
1427 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_decrypt()
1438 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_decrypt()
1583 unsigned int rx_channel_id = req_ctx->rxqidx / ctx->rxq_perchan; in create_hash_wr()
1678 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_update()
1779 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_final()
1849 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_finup()
1944 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_digest()
2038 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_continue()
2462 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_authenc_wr()
2720 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_aead_dst_ent()
2764 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_cipher_dst_ent()
2975 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in fill_sec_cpl_for_aead()
3157 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_gcm_wr()
3778 skb = create_wr_fn(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], size); in chcr_aead_op()
3800 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_encrypt()
3831 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_decrypt()