Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/dma/
H A Dk3-udma-glue.h33 int k3_udma_glue_pop_tx_chn(struct k3_udma_glue_tx_channel *tx_chn,
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma-glue.c417 int k3_udma_glue_pop_tx_chn(struct k3_udma_glue_tx_channel *tx_chn, in k3_udma_glue_pop_tx_chn() function
428 EXPORT_SYMBOL_GPL(k3_udma_glue_pop_tx_chn);
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c957 res = k3_udma_glue_pop_tx_chn(tx_chn->tx_chn, &desc_dma); in am65_cpsw_nuss_tx_compl_packets()
1001 res = k3_udma_glue_pop_tx_chn(tx_chn->tx_chn, &desc_dma); in am65_cpsw_nuss_tx_compl_packets_2g()
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c158 res = k3_udma_glue_pop_tx_chn(tx_chn->tx_chn, &desc_dma); in emac_tx_complete_packets()