Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec.h23 dma_addr_t c_in_dma; member
H A Dsec_crypto.c708 c_req->c_in_dma = qp_ctx->res[req_id].pbuf_dma; in sec_cipher_pbuf_map()
710 if (!c_req->c_in_dma) { in sec_cipher_pbuf_map()
715 c_req->c_out_dma = c_req->c_in_dma; in sec_cipher_pbuf_map()
775 &c_req->c_in_dma); in sec_cipher_map()
784 c_req->c_out_dma = c_req->c_in_dma; in sec_cipher_map()
997 sec_sqe->type2.data_src_addr = cpu_to_le64(c_req->c_in_dma); in sec_skcipher_bd_fill()
1018 if (c_req->c_in_dma != c_req->c_out_dma) in sec_skcipher_bd_fill()

Completed in 4 milliseconds