Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma/ti/
Dk3-udma.c85 struct k3_ring *tc_ring; /* Transmit Completion ring */ member
701 ring = uc->tchan->tc_ring; in udma_pop_from_ring()
740 ring2 = uc->tchan->tc_ring; in udma_reset_rings()
1588 k3_ringacc_ring_free(uc->bchan->tc_ring); in bcdma_free_bchan_resources()
1590 uc->bchan->tc_ring = NULL; in bcdma_free_bchan_resources()
1609 &uc->bchan->tc_ring); in bcdma_alloc_bchan_resources()
1631 k3_ringacc_ring_free(uc->bchan->tc_ring); in bcdma_alloc_bchan_resources()
1632 uc->bchan->tc_ring = NULL; in bcdma_alloc_bchan_resources()
1648 k3_ringacc_ring_free(uc->tchan->tc_ring); in udma_free_tx_resources()
1650 uc->tchan->tc_ring = NULL; in udma_free_tx_resources()
[all …]