Searched refs:sgl_next (Results 1 – 1 of 1) sorted by relevance
163 struct sec_hw_sgl *sgl_next; in sec_alloc_and_fill_hw_sgl() local174 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() local223 sgl_next = sgl_current->next; in sec_free_hw_sgl()[all …]