Searched refs:rflow (Results 1 – 2 of 2) sorted by relevance
290 struct udma_rflow *rflow; member659 ring = uc->rflow->fd_ring; in udma_push_to_ring()699 ring = uc->rflow->r_ring; in udma_pop_from_ring()734 ring1 = uc->rflow->fd_ring; in udma_reset_rings()735 ring2 = uc->rflow->r_ring; in udma_reset_rings()1323 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() argument1325 if (!test_bit(rflow->id, ud->rflow_in_use)) { in __udma_put_rflow()1326 dev_err(ud->dev, "attempt to put unused rflow%d\n", rflow->id); in __udma_put_rflow()1330 dev_dbg(ud->dev, "put rflow%d\n", rflow->id); in __udma_put_rflow()1331 clear_bit(rflow->id, ud->rflow_in_use); in __udma_put_rflow()[all …]
141 XUDMA_GET_RESOURCE_ID(rflow);