Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c713 ret = bnx2x_dma_alloc(sc, sizeof(struct bnx2x_vf_mbx_msg), in bnx2x_common_dev_init()
722 ret = bnx2x_dma_alloc(sc, sizeof(struct bnx2x_vf_bulletin), in bnx2x_common_dev_init()
H A Dbnx2x.c143 bnx2x_dma_alloc(struct bnx2x_softc *sc, size_t size, struct bnx2x_dma *dma, in bnx2x_dma_alloc() function
2452 if (bnx2x_dma_alloc(sc, sc->context[i].size, in bnx2x_alloc_mem()
2532 if (bnx2x_dma_alloc(sc, (sc->fw_stats_req_size + sc->fw_stats_data_size), in bnx2x_alloc_fw_stats_mem()
8914 if (bnx2x_dma_alloc(sc, sizeof(struct host_sp_status_block), in bnx2x_alloc_hsi_mem()
8926 if (bnx2x_dma_alloc(sc, BNX2X_PAGE_SIZE, in bnx2x_alloc_hsi_mem()
8939 if (bnx2x_dma_alloc(sc, sizeof(struct bnx2x_slowpath), in bnx2x_alloc_hsi_mem()
8953 if (bnx2x_dma_alloc(sc, BNX2X_PAGE_SIZE, in bnx2x_alloc_hsi_mem()
8968 if (bnx2x_dma_alloc(sc, FW_BUF_SIZE, &sc->gz_buf_dma, in bnx2x_alloc_hsi_mem()
8995 if (bnx2x_dma_alloc(sc, sizeof(union bnx2x_host_hc_status_block), in bnx2x_alloc_hsi_mem()
H A Decore_sp.h144 if (bnx2x_dma_alloc((struct bnx2x_softc *)sc, \
H A Dbnx2x.h1821 int bnx2x_dma_alloc(struct bnx2x_softc *sc, size_t size,