Home
last modified time | relevance | path

Searched refs:sgl_current (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/hisilicon/sec/
A Dsec_algs.c162 sgl_current = hw_sgl; in sec_free_hw_sgl()
163 while (sgl_current) { in sec_free_hw_sgl()
164 sgl_next = sgl_current->next; in sec_free_hw_sgl()
165 sgl_next_dma = sgl_current->next_sgl; in sec_free_hw_sgl()
169 sgl_current = sgl_next; in sec_free_hw_sgl()
181 struct sec_hw_sgl *sgl_current = NULL; in sec_alloc_and_fill_hw_sgl() local
200 if (!sgl_current) { /* First one */ in sec_alloc_and_fill_hw_sgl()
205 sgl_current->next_sgl = sgl_next_dma; in sec_alloc_and_fill_hw_sgl()
206 sgl_current->next = sgl_next; in sec_alloc_and_fill_hw_sgl()
208 sgl_current = sgl_next; in sec_alloc_and_fill_hw_sgl()
[all …]

Completed in 9 milliseconds