Searched refs:mcx_dmamem_alloc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | 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, in mcx_attach() 2814 if (mcx_dmamem_alloc(sc, &sc->sc_cmdq_mem, MCX_PAGE_SIZE, in mcx_attach() 3426 error = mcx_dmamem_alloc(sc, mxm, in mcx_cmdq_mboxes_alloc() 4380 if (mcx_dmamem_alloc(sc, &eq->eq_mem, npages * MCX_PAGE_SIZE, in mcx_create_eq() 4675 if (mcx_dmamem_alloc(sc, &cq->cq_mem, npages * MCX_PAGE_SIZE, in mcx_create_cq() 4829 if (mcx_dmamem_alloc(sc, &rx->rx_rq_mem, npages * MCX_PAGE_SIZE, in mcx_create_rq() 5186 if (mcx_dmamem_alloc(sc, &tx->tx_sq_mem, npages * MCX_PAGE_SIZE, in mcx_create_sq() 8245 mcx_dmamem_alloc(struct mcx_softc *sc, struct mcx_dmamem *mxm, in mcx_dmamem_alloc() function
|