Home
last modified time | relevance | path

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

/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()
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_mcdi.c45 .dma_alloc = sfc_vdpa_mcdi_dma_alloc,
/dpdk/drivers/net/sfc/
H A Dsfc_mcdi.c56 .dma_alloc = sfc_mcdi_dma_alloc,