Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mcdi.c24 return sfc_dma_alloc(sa, name, 0, len, sa->socket_id, esmp); in sfc_mcdi_dma_alloc()
H A Dsfc.h363 int sfc_dma_alloc(const struct sfc_adapter *sa, const char *name, uint16_t id,
H A Dsfc_port.c430 rc = sfc_dma_alloc(sa, "mac_stats", 0, mac_stats_size, in sfc_port_attach()
H A Dsfc_ev.c895 rc = sfc_dma_alloc(sa, sfc_evq_type2str(type), type_index, in sfc_ev_qinit()
H A Dsfc_tx.c171 rc = sfc_dma_alloc(sa, "txq", sw_index, in sfc_tx_qinit()
H A Dsfc.c29 sfc_dma_alloc(const struct sfc_adapter *sa, const char *name, uint16_t id, in sfc_dma_alloc() function
H A Dsfc_rx.c1180 rc = sfc_dma_alloc(sa, "rxq", sw_index, in sfc_rx_qinit()