Home
last modified time | relevance | path

Searched refs:dma_receive (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Ddma.c66 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma()
110 ut_asserteq(len, dma_receive(&dma_rx, &dst_ptr, &meta2)); in dm_test_dma_rx()
/openbmc/u-boot/include/
H A Ddma.h280 int dma_receive(struct dma *dma, void **dst, void *metadata);
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c166 int dma_receive(struct dma *dma, void **dst, void *metadata) in dma_receive() function
/openbmc/u-boot/drivers/net/
H A Dbcm6348-eth.c159 return dma_receive(&priv->rx_dma, (void**)packetp, NULL); in bcm6348_eth_recv()
H A Dbcm6368-eth.c198 return dma_receive(&priv->rx_dma, (void**)packetp, NULL); in bcm6368_eth_recv()