Searched refs:sfc_dma_alloc (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_mcdi.c | 24 return sfc_dma_alloc(sa, name, 0, len, sa->socket_id, esmp); in sfc_mcdi_dma_alloc()
|
| H A D | sfc.h | 363 int sfc_dma_alloc(const struct sfc_adapter *sa, const char *name, uint16_t id,
|
| H A D | sfc_port.c | 430 rc = sfc_dma_alloc(sa, "mac_stats", 0, mac_stats_size, in sfc_port_attach()
|
| H A D | sfc_ev.c | 895 rc = sfc_dma_alloc(sa, sfc_evq_type2str(type), type_index, in sfc_ev_qinit()
|
| H A D | sfc_tx.c | 171 rc = sfc_dma_alloc(sa, "txq", sw_index, in sfc_tx_qinit()
|
| H A D | sfc.c | 29 sfc_dma_alloc(const struct sfc_adapter *sa, const char *name, uint16_t id, in sfc_dma_alloc() function
|
| H A D | sfc_rx.c | 1180 rc = sfc_dma_alloc(sa, "rxq", sw_index, in sfc_rx_qinit()
|