Searched refs:k3_ringacc_ring_pop (Results 1 – 4 of 4) sorted by relevance
218 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem);
371 ret = k3_ringacc_ring_pop(tx_chn->ringtxcq, desc_dma); in k3_udma_glue_pop_tx_chn()458 ret = k3_ringacc_ring_pop(tx_chn->ringtx, &desc_dma); in k3_udma_glue_reset_tx_chn()1149 ret = k3_ringacc_ring_pop(flow->ringrxfdq, &desc_dma); in k3_udma_glue_reset_rx_chn()1176 return k3_ringacc_ring_pop(flow->ringrx, desc_dma); in k3_udma_glue_pop_rx_chn()
606 ret = k3_ringacc_ring_pop(ring, addr); in udma_pop_from_ring()
976 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem) in k3_ringacc_ring_pop() function997 EXPORT_SYMBOL_GPL(k3_ringacc_ring_pop);