Searched refs:sfc_dma_alloc (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mcdi.c | 24 return sfc_dma_alloc(sa, name, 0, EFX_NIC_DMA_ADDR_MCDI_BUF, len, in sfc_mcdi_dma_alloc()
|
| H A D | sfc.h | 400 int sfc_dma_alloc(struct sfc_adapter *sa, const char *name, uint16_t id,
|
| H A D | sfc_port.c | 443 rc = sfc_dma_alloc(sa, "mac_stats", 0, EFX_NIC_DMA_ADDR_MAC_STATS_BUF, in sfc_port_attach()
|
| H A D | sfc_ev.c | 913 rc = sfc_dma_alloc(sa, sfc_evq_type2str(type), type_index, in sfc_ev_qinit()
|
| H A D | sfc.c | 57 sfc_dma_alloc(struct sfc_adapter *sa, const char *name, uint16_t id, in sfc_dma_alloc() function
|
| H A D | sfc_tx.c | 197 rc = sfc_dma_alloc(sa, "txq", sw_index, EFX_NIC_DMA_ADDR_TX_RING, in sfc_tx_qinit()
|
| H A D | sfc_rx.c | 1226 rc = sfc_dma_alloc(sa, "rxq", sw_index, EFX_NIC_DMA_ADDR_RX_RING, in sfc_rx_qinit()
|