Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c94 struct emac_dma_req { struct
219 static struct emac_dma_req *
224 struct emac_dma_req *req; in emac_alloc_dma_req()
226 req = kzalloc(sizeof(struct emac_dma_req), GFP_ATOMIC); in emac_alloc_dma_req()
238 static void emac_free_dma_req(struct emac_dma_req *req) in emac_free_dma_req()
245 struct emac_dma_req *req = arg; in emac_dma_done_callback()
280 struct emac_dma_req *req; in emac_dma_inblk_32bit()