HomeSort by: relevance | last modified time | path
    Searched defs:mcx_dmamem_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2657 static int mcx_dmamem_alloc(struct mcx_softc *, struct mcx_dmamem *,
2808 if (mcx_dmamem_alloc(sc, &sc->sc_doorbell_mem, MCX_DOORBELL_AREA_SIZE,
2814 if (mcx_dmamem_alloc(sc, &sc->sc_cmdq_mem, MCX_PAGE_SIZE,
3426 error = mcx_dmamem_alloc(sc, mxm,
4380 if (mcx_dmamem_alloc(sc, &eq->eq_mem, npages * MCX_PAGE_SIZE,
4675 if (mcx_dmamem_alloc(sc, &cq->cq_mem, npages * MCX_PAGE_SIZE,
4829 if (mcx_dmamem_alloc(sc, &rx->rx_rq_mem, npages * MCX_PAGE_SIZE,
5186 if (mcx_dmamem_alloc(sc, &tx->tx_sq_mem, npages * MCX_PAGE_SIZE,
8245 mcx_dmamem_alloc(struct mcx_softc *sc, struct mcx_dmamem *mxm, function in typeref:typename:int

Completed in 17 milliseconds