oce_dma_alloc
rc = oce_dma_alloc(sc, sizeof(struct oce_bmbx), &sc->bsmbx, 0);
if (oce_dma_alloc(sc, sizeof(struct mbx_set_common_iface_multicast),
rc = oce_dma_alloc(sc, req_size, &dma_mem, 0);
int oce_dma_alloc(POCE_SOFTC sc, bus_size_t size, POCE_DMA_MEM dma, int flags);
if (oce_dma_alloc(sc, sizeof(struct mbx_read_common_transrecv_data),
if (oce_dma_alloc(sc, sizeof(struct mbx_common_get_profile_config),
if (oce_dma_alloc(sc, sizeof(struct mbx_common_get_func_config),
rc = oce_dma_alloc(sc, sz, &sgl, 0);
rc = oce_dma_alloc(sc, sz, &sc->stats_mem, 0);
rc = oce_dma_alloc(sc, sizeof(struct mbx_common_read_write_flashrom),
rc = oce_dma_alloc(sc, 32*1024, &dma_mem, 0);