Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c77 struct k3_ring *fd_ring; /* Free Descriptor ring */ member
556 ring = uc->rflow->fd_ring; in udma_push_to_ring()
631 ring1 = uc->rflow->fd_ring; in udma_reset_rings()
1428 k3_ringacc_ring_free(rflow->fd_ring); in udma_free_rx_resources()
1430 rflow->fd_ring = NULL; in udma_free_rx_resources()
1464 &rflow->fd_ring, &rflow->r_ring); in udma_alloc_rx_resources()
1480 ret = k3_ringacc_ring_cfg(rflow->fd_ring, &ring_cfg); in udma_alloc_rx_resources()
1492 k3_ringacc_ring_free(rflow->fd_ring); in udma_alloc_rx_resources()
1493 rflow->fd_ring = NULL; in udma_alloc_rx_resources()
1608 int fd_ring = k3_ringacc_get_ring_id(uc->rflow->fd_ring); in udma_tisci_rx_channel_config() local
[all …]