Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dtegra20-apb-dma.c1213 struct list_head sg_req_list; in tegra_dma_free_chan_resources() local
1217 INIT_LIST_HEAD(&sg_req_list); in tegra_dma_free_chan_resources()
1225 list_splice_init(&tdc->pending_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1226 list_splice_init(&tdc->free_sg_req, &sg_req_list); in tegra_dma_free_chan_resources()
1240 while (!list_empty(&sg_req_list)) { in tegra_dma_free_chan_resources()
1241 sg_req = list_first_entry(&sg_req_list, typeof(*sg_req), node); in tegra_dma_free_chan_resources()