Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dk3dma.c95 struct k3_dma_desc_sw *ds_run; member
231 if (p->ds_run != NULL) { in k3_dma_int_handler()
233 p->ds_done = p->ds_run; in k3_dma_int_handler()
234 p->ds_run = NULL; in k3_dma_int_handler()
240 if (p->ds_run != NULL) in k3_dma_int_handler()
276 if (c->phy->ds_run) in k3_dma_start_txd()
288 c->phy->ds_run = ds; in k3_dma_start_txd()
294 c->phy->ds_run = NULL; in k3_dma_start_txd()
400 } else if ((!p) || (!p->ds_run)) { in k3_dma_tx_status()
743 if (p->ds_run) { in k3_dma_terminate_all()
[all …]