Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.h45 sfc_efx_mcdi_dma_alloc_cb *dma_alloc; member
H A Dsfc_efx_mcdi.c276 if (ops->dma_alloc == NULL || ops->dma_free == NULL || in sfc_efx_mcdi_init()
294 rc = ops->dma_alloc(ops_cookie, "mcdi", max_msg_size, &mcdi->mem); in sfc_efx_mcdi_init()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mcdi.c55 .dma_alloc = sfc_mcdi_dma_alloc,