Searched refs:sec_hw_sgl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 305 struct sec_hw_sgl *in; 308 struct sec_hw_sgl *out; 367 * struct sec_hw_sgl: One hardware SGL entry. 380 struct sec_hw_sgl { struct 388 struct sec_hw_sgl *next;
|
H A D | sec_algs.c | 156 static void sec_free_hw_sgl(struct sec_hw_sgl *hw_sgl, in sec_free_hw_sgl() 159 struct sec_hw_sgl *sgl_current, *sgl_next; in sec_free_hw_sgl() 174 static int sec_alloc_and_fill_hw_sgl(struct sec_hw_sgl **sec_sgl, in sec_alloc_and_fill_hw_sgl() 181 struct sec_hw_sgl *sgl_current = NULL; in sec_alloc_and_fill_hw_sgl() 182 struct sec_hw_sgl *sgl_next; in sec_alloc_and_fill_hw_sgl()
|
H A D | sec_drv.c | 1222 sizeof(struct sec_hw_sgl), 64, 0); in sec_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 305 struct sec_hw_sgl *in; 308 struct sec_hw_sgl *out; 367 * struct sec_hw_sgl: One hardware SGL entry. 380 struct sec_hw_sgl { struct 388 struct sec_hw_sgl *next;
|
H A D | sec_algs.c | 156 static void sec_free_hw_sgl(struct sec_hw_sgl *hw_sgl, in sec_free_hw_sgl() 159 struct sec_hw_sgl *sgl_current, *sgl_next; in sec_free_hw_sgl() 174 static int sec_alloc_and_fill_hw_sgl(struct sec_hw_sgl **sec_sgl, in sec_alloc_and_fill_hw_sgl() 181 struct sec_hw_sgl *sgl_current = NULL; in sec_alloc_and_fill_hw_sgl() 182 struct sec_hw_sgl *sgl_next; in sec_alloc_and_fill_hw_sgl()
|
H A D | sec_drv.c | 1223 sizeof(struct sec_hw_sgl), 64, 0); in sec_probe()
|
Completed in 9 milliseconds