Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dtegra20-apb-dma.c1324 struct list_head sg_req_list; in tegra_dma_free_chan_resources() local
1327 INIT_LIST_HEAD(&sg_req_list); in tegra_dma_free_chan_resources()
1334 list_splice_init(&tdc->pending_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1335 list_splice_init(&tdc->free_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1348 while (!list_empty(&sg_req_list)) { in tegra_dma_free_chan_resources()
1349 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()
/kernel/linux/linux-6.6/drivers/dma/
H A Dtegra20-apb-dma.c1312 struct list_head sg_req_list; in tegra_dma_free_chan_resources() local
1315 INIT_LIST_HEAD(&sg_req_list); in tegra_dma_free_chan_resources()
1322 list_splice_init(&tdc->pending_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1323 list_splice_init(&tdc->free_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1336 while (!list_empty(&sg_req_list)) { in tegra_dma_free_chan_resources()
1337 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()

Completed in 6 milliseconds