Home
last modified time | relevance | path

Searched refs:chcr_req (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c760 struct chcr_wr *chcr_req, in create_wreq()
781 chcr_req->wreq.op_to_cctx_size = FILL_WR_OP_CCTX_SIZE; in create_wreq()
782 chcr_req->wreq.pld_size_hash_size = in create_wreq()
784 chcr_req->wreq.len16_pkd = in create_wreq()
786 chcr_req->wreq.cookie = cpu_to_be64((uintptr_t)req); in create_wreq()
787 chcr_req->wreq.rx_chid_to_rx_q_id = FILL_WR_RX_Q_ID(rx_channel_id, qid, in create_wreq()
790 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(tx_channel_id, fid); in create_wreq()
791 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) - in create_wreq()
792 ((sizeof(chcr_req->wreq)) >> 4))); in create_wreq()
793 chcr_req in create_wreq()
759 create_wreq(struct chcr_context *ctx, struct chcr_wr *chcr_req, struct crypto_async_request *req, unsigned int imm, int hash_sz, unsigned int len16, unsigned int sc_len, unsigned int lcb) create_wreq() argument
812 struct chcr_wr *chcr_req; create_cipher_wr() local
889 create_wreq(c_ctx(tfm), chcr_req, &(wrparam->req->base), reqctx->imm, 0, create_cipher_wr() local
1575 struct chcr_wr *chcr_req; create_hash_wr() local
1652 create_wreq(h_ctx(tfm), chcr_req, &req->base, req_ctx->hctx_wr.imm, create_hash_wr() local
2449 struct chcr_wr *chcr_req; create_authenc_wr() local
2569 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, create_authenc_wr() local
3047 struct chcr_wr *chcr_req; create_aead_ccm_wr() local
3124 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, 0, create_aead_ccm_wr() local
3146 struct chcr_wr *chcr_req; create_gcm_wr() local
3242 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, create_gcm_wr() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c756 struct chcr_wr *chcr_req, in create_wreq()
777 chcr_req->wreq.op_to_cctx_size = FILL_WR_OP_CCTX_SIZE; in create_wreq()
778 chcr_req->wreq.pld_size_hash_size = in create_wreq()
780 chcr_req->wreq.len16_pkd = in create_wreq()
782 chcr_req->wreq.cookie = cpu_to_be64((uintptr_t)req); in create_wreq()
783 chcr_req->wreq.rx_chid_to_rx_q_id = FILL_WR_RX_Q_ID(rx_channel_id, qid, in create_wreq()
786 chcr_req->ulptx.cmd_dest = FILL_ULPTX_CMD_DEST(tx_channel_id, fid); in create_wreq()
787 chcr_req->ulptx.len = htonl((DIV_ROUND_UP(len16, 16) - in create_wreq()
788 ((sizeof(chcr_req->wreq)) >> 4))); in create_wreq()
789 chcr_req in create_wreq()
755 create_wreq(struct chcr_context *ctx, struct chcr_wr *chcr_req, struct crypto_async_request *req, unsigned int imm, int hash_sz, unsigned int len16, unsigned int sc_len, unsigned int lcb) create_wreq() argument
805 struct chcr_wr *chcr_req; create_cipher_wr() local
882 create_wreq(c_ctx(tfm), chcr_req, &(wrparam->req->base), reqctx->imm, 0, create_cipher_wr() local
1569 struct chcr_wr *chcr_req; create_hash_wr() local
1646 create_wreq(h_ctx(tfm), chcr_req, &req->base, req_ctx->hctx_wr.imm, create_hash_wr() local
2444 struct chcr_wr *chcr_req; create_authenc_wr() local
2564 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, create_authenc_wr() local
3042 struct chcr_wr *chcr_req; create_aead_ccm_wr() local
3119 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, 0, create_aead_ccm_wr() local
3141 struct chcr_wr *chcr_req; create_gcm_wr() local
3237 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, create_gcm_wr() local
[all...]

Completed in 7 milliseconds