Searched refs:k3_ringacc_ring_pop (Results 1 – 4 of 4) sorted by relevance
225 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem);
492 ret = k3_ringacc_ring_pop(tx_chn->ringtxcq, desc_dma); in k3_udma_glue_pop_tx_chn()595 ret = k3_ringacc_ring_pop(tx_chn->ringtx, &desc_dma); in k3_udma_glue_reset_tx_chn()1482 ret = k3_ringacc_ring_pop(flow->ringrxfdq, &desc_dma); in k3_udma_glue_reset_rx_chn()1513 return k3_ringacc_ring_pop(flow->ringrx, desc_dma); in k3_udma_glue_pop_rx_chn()
709 ret = k3_ringacc_ring_pop(ring, addr); in udma_pop_from_ring()
1235 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem) in k3_ringacc_ring_pop() function1256 EXPORT_SYMBOL_GPL(k3_ringacc_ring_pop);