Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c163 struct sec_hw_sgl *sgl_next; in sec_alloc_and_fill_hw_sgl() local
174 sgl_next = dma_pool_zalloc(info->hw_sgl_pool, in sec_alloc_and_fill_hw_sgl()
176 if (!sgl_next) { in sec_alloc_and_fill_hw_sgl()
183 *sec_sgl = sgl_next; in sec_alloc_and_fill_hw_sgl()
187 sgl_current->next = sgl_next; in sec_alloc_and_fill_hw_sgl()
189 sgl_current = sgl_next; in sec_alloc_and_fill_hw_sgl()
204 sgl_next = sgl_current->next; in sec_alloc_and_fill_hw_sgl()
207 sgl_current = sgl_next; in sec_alloc_and_fill_hw_sgl()
217 struct sec_hw_sgl *sgl_current, *sgl_next; in sec_free_hw_sgl() local
223 sgl_next = sgl_current->next; in sec_free_hw_sgl()
[all …]