Lines Matching refs:ULD_CTX

124 static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx)  in ULD_CTX()  function
727 struct uld_ctx *u_ctx = ULD_CTX(ctx); in create_wreq()
1115 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp()
1127 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in chcr_handle_cipher_resp()
1150 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in chcr_handle_cipher_resp()
1181 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in chcr_handle_cipher_resp()
1211 err = chcr_cipher_dma_map(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in process_cipher()
1265 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, in process_cipher()
1294 chcr_cipher_dma_unmap(&ULD_CTX(c_ctx(tfm))->lldi.pdev->dev, req); in process_cipher()
1305 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_encrypt()
1335 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_decrypt()
1498 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm)); in create_hash_wr()
1596 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update()
1698 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_final()
1758 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_finup()
1855 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_digest()
1940 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_continue()
1995 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm)); in chcr_handle_ahash_resp()
2257 struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_common_exit()
2280 error = chcr_aead_dma_map(&ULD_CTX(a_ctx(tfm))->lldi.pdev->dev, req, in chcr_aead_common_init()
3637 u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_op()