Lines Matching refs:rxqidx
711 unsigned int *txqidx, unsigned int *rxqidx) in get_qidxs() argument
723 *rxqidx = reqctx->rxqidx; in get_qidxs()
733 *rxqidx = reqctx->rxqidx; in get_qidxs()
743 *rxqidx = reqctx->rxqidx; in get_qidxs()
766 unsigned int txqidx = 0, rxqidx = 0; in create_wreq() local
769 get_qidxs(req, &txqidx, &rxqidx); in create_wreq()
770 qid = u_ctx->lldi.rxq_ids[rxqidx]; in create_wreq()
772 portno = rxqidx / ctx->rxq_perchan; in create_wreq()
817 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_cipher_wr()
1209 wrparam.qid = u_ctx->lldi.rxq_ids[reqctx->rxqidx]; in chcr_handle_cipher_resp()
1375 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_encrypt()
1388 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_encrypt()
1420 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aes_decrypt()
1431 err = process_cipher(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], in chcr_aes_decrypt()
1577 unsigned int rx_channel_id = req_ctx->rxqidx / ctx->rxq_perchan; in create_hash_wr()
1672 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_update()
1773 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_final()
1843 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_finup()
1938 req_ctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_digest()
2032 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_ahash_continue()
2456 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_authenc_wr()
2714 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_aead_dst_ent()
2758 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in chcr_add_cipher_dst_ent()
2969 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in fill_sec_cpl_for_aead()
3151 unsigned int rx_channel_id = reqctx->rxqidx / ctx->rxq_perchan; in create_gcm_wr()
3772 skb = create_wr_fn(req, u_ctx->lldi.rxq_ids[reqctx->rxqidx], size); in chcr_aead_op()
3794 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_encrypt()
3825 reqctx->rxqidx = cpu % ctx->nrxq; in chcr_aead_decrypt()