Searched refs:bnx2x_dma_alloc (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 719 ret = bnx2x_dma_alloc(sc, sizeof(struct bnx2x_vf_mbx_msg), in bnx2x_common_dev_init() 728 ret = bnx2x_dma_alloc(sc, sizeof(struct bnx2x_vf_bulletin), in bnx2x_common_dev_init()
|
| H A D | bnx2x.c | 139 bnx2x_dma_alloc(struct bnx2x_softc *sc, size_t size, struct bnx2x_dma *dma, in bnx2x_dma_alloc() function 2448 if (bnx2x_dma_alloc(sc, sc->context[i].size, in bnx2x_alloc_mem() 2528 if (bnx2x_dma_alloc(sc, (sc->fw_stats_req_size + sc->fw_stats_data_size), in bnx2x_alloc_fw_stats_mem() 8910 if (bnx2x_dma_alloc(sc, sizeof(struct host_sp_status_block), in bnx2x_alloc_hsi_mem() 8922 if (bnx2x_dma_alloc(sc, BNX2X_PAGE_SIZE, in bnx2x_alloc_hsi_mem() 8935 if (bnx2x_dma_alloc(sc, sizeof(struct bnx2x_slowpath), in bnx2x_alloc_hsi_mem() 8949 if (bnx2x_dma_alloc(sc, BNX2X_PAGE_SIZE, in bnx2x_alloc_hsi_mem() 8964 if (bnx2x_dma_alloc(sc, FW_BUF_SIZE, &sc->gz_buf_dma, in bnx2x_alloc_hsi_mem() 8991 if (bnx2x_dma_alloc(sc, sizeof(union bnx2x_host_hc_status_block), in bnx2x_alloc_hsi_mem()
|
| H A D | ecore_sp.h | 144 if (bnx2x_dma_alloc((struct bnx2x_softc *)sc, \
|
| H A D | bnx2x.h | 1821 int bnx2x_dma_alloc(struct bnx2x_softc *sc, size_t size,
|