Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dsg_sw_sec4.h26 static inline void dma_to_sec4_sg_one(struct sec4_sg_entry *sec4_sg_ptr, in dma_to_sec4_sg_one() argument
30 dma_to_qm_sg_one((struct dpaa2_sg_entry *)sec4_sg_ptr, dma, len, in dma_to_sec4_sg_one()
33 sec4_sg_ptr->ptr = cpu_to_caam_dma64(dma); in dma_to_sec4_sg_one()
34 sec4_sg_ptr->len = cpu_to_caam32(len); in dma_to_sec4_sg_one()
35 sec4_sg_ptr->bpid_offset = cpu_to_caam32(offset & in dma_to_sec4_sg_one()
39 print_hex_dump_debug("sec4_sg_ptr@: ", DUMP_PREFIX_ADDRESS, 16, 4, in dma_to_sec4_sg_one()
40 sec4_sg_ptr, sizeof(struct sec4_sg_entry), 1); in dma_to_sec4_sg_one()
49 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg()
56 dma_to_sec4_sg_one(sec4_sg_ptr, sg_dma_address(sg), ent_len, in sg_to_sec4_sg()
58 sec4_sg_ptr in sg_to_sec4_sg()
48 sg_to_sec4_sg(struct scatterlist *sg, int len, struct sec4_sg_entry *sec4_sg_ptr, u16 offset) sg_to_sec4_sg() argument
65 sg_to_sec4_set_last(struct sec4_sg_entry *sec4_sg_ptr) sg_to_sec4_set_last() argument
77 sg_to_sec4_sg_last(struct scatterlist *sg, int len, struct sec4_sg_entry *sec4_sg_ptr, u16 offset) sg_to_sec4_sg_last() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dsg_sw_sec4.h26 static inline void dma_to_sec4_sg_one(struct sec4_sg_entry *sec4_sg_ptr, in dma_to_sec4_sg_one() argument
30 dma_to_qm_sg_one((struct dpaa2_sg_entry *)sec4_sg_ptr, dma, len, in dma_to_sec4_sg_one()
33 sec4_sg_ptr->ptr = cpu_to_caam_dma64(dma); in dma_to_sec4_sg_one()
34 sec4_sg_ptr->len = cpu_to_caam32(len); in dma_to_sec4_sg_one()
35 sec4_sg_ptr->bpid_offset = cpu_to_caam32(offset & in dma_to_sec4_sg_one()
39 print_hex_dump_debug("sec4_sg_ptr@: ", DUMP_PREFIX_ADDRESS, 16, 4, in dma_to_sec4_sg_one()
40 sec4_sg_ptr, sizeof(struct sec4_sg_entry), 1); in dma_to_sec4_sg_one()
49 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg()
56 dma_to_sec4_sg_one(sec4_sg_ptr, sg_dma_address(sg), ent_len, in sg_to_sec4_sg()
58 sec4_sg_ptr in sg_to_sec4_sg()
48 sg_to_sec4_sg(struct scatterlist *sg, int len, struct sec4_sg_entry *sec4_sg_ptr, u16 offset) sg_to_sec4_sg() argument
65 sg_to_sec4_set_last(struct sec4_sg_entry *sec4_sg_ptr) sg_to_sec4_set_last() argument
77 sg_to_sec4_sg_last(struct scatterlist *sg, int len, struct sec4_sg_entry *sec4_sg_ptr, u16 offset) sg_to_sec4_sg_last() argument
[all...]

Completed in 2 milliseconds