Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_mcx.c2560 static int mcx_alloc_uar(struct mcx_softc *, int *);
2889 if (mcx_alloc_uar(sc, &sc->sc_uar) != 0) { in mcx_attach()
3023 if (mcx_alloc_uar(sc, &q->q_uar) != 0) { in mcx_attach()
4323 mcx_alloc_uar(struct mcx_softc *sc, int *uar) in mcx_alloc_uar() function