Searched refs:mwx_queue_alloc (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sys/dev/pci/ |
| H A D | if_mwx.c | 353 int mwx_queue_alloc(struct mwx_softc *, struct mwx_queue *, int, uint32_t); 1568 mwx_queue_alloc(struct mwx_softc *sc, struct mwx_queue *q, int count, in mwx_queue_alloc() function 1795 if ((rv = mwx_queue_alloc(sc, &sc->sc_txq, 256, in mwx_dma_alloc() 1798 if ((rv = mwx_queue_alloc(sc, &sc->sc_txmcuq, 16 /* XXX */, in mwx_dma_alloc() 1801 if ((rv = mwx_queue_alloc(sc, &sc->sc_txfwdlq, 16 /* XXX */, in mwx_dma_alloc() 1806 if ((rv = mwx_queue_alloc(sc, &sc->sc_rxq, 256, in mwx_dma_alloc() 1810 if ((rv = mwx_queue_alloc(sc, &sc->sc_rxmcuq, 16 /* XXX */, in mwx_dma_alloc() 1814 if ((rv = mwx_queue_alloc(sc, &sc->sc_rxfwdlq, 16 /* XXX */, in mwx_dma_alloc()
|