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);
421 ret = k3_ringacc_ring_pop(tx_chn->ringtxcq, desc_dma); in k3_udma_glue_pop_tx_chn()524 ret = k3_ringacc_ring_pop(tx_chn->ringtx, &desc_dma); in k3_udma_glue_reset_tx_chn()1349 ret = k3_ringacc_ring_pop(flow->ringrxfdq, &desc_dma); in k3_udma_glue_reset_rx_chn()1380 return k3_ringacc_ring_pop(flow->ringrx, desc_dma); in k3_udma_glue_pop_rx_chn()
706 ret = k3_ringacc_ring_pop(ring, addr); in udma_pop_from_ring()
1220 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem) in k3_ringacc_ring_pop() function1241 EXPORT_SYMBOL_GPL(k3_ringacc_ring_pop);