Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/ti/
H A Dk3-ringacc.h225 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem);
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma-glue.c422 ret = k3_ringacc_ring_pop(tx_chn->ringtxcq, desc_dma); in k3_udma_glue_pop_tx_chn()
525 ret = k3_ringacc_ring_pop(tx_chn->ringtx, &desc_dma); in k3_udma_glue_reset_tx_chn()
1353 ret = k3_ringacc_ring_pop(flow->ringrxfdq, &desc_dma); in k3_udma_glue_reset_rx_chn()
1384 return k3_ringacc_ring_pop(flow->ringrx, desc_dma); in k3_udma_glue_pop_rx_chn()
H A Dk3-udma.c709 ret = k3_ringacc_ring_pop(ring, addr); in udma_pop_from_ring()
/openbmc/linux/drivers/soc/ti/
H A Dk3-ringacc.c1235 int k3_ringacc_ring_pop(struct k3_ring *ring, void *elem) in k3_ringacc_ring_pop() function
1256 EXPORT_SYMBOL_GPL(k3_ringacc_ring_pop);