Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dtegra20-apb-dma.c502 struct tegra_dma_sg_req *hsgreq, *hnsgreq; in tdc_configure_next_head_desc() local
504 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in tdc_configure_next_head_desc()
505 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc()
506 hnsgreq = list_first_entry(&hsgreq->node, typeof(*hnsgreq), in tdc_configure_next_head_desc()
547 struct tegra_dma_sg_req *hsgreq; in handle_continuous_head_request() local
554 hsgreq = list_first_entry(&tdc->pending_sg_req, typeof(*hsgreq), node); in handle_continuous_head_request()
555 if (!hsgreq->configured) { in handle_continuous_head_request()