Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_mtw.c91 int mtw_alloc_tx_ring(struct mtw_softc *, int);
507 mtw_alloc_tx_ring(struct mtw_softc *sc, int qid) in mtw_alloc_tx_ring() function
3073 if ((error = mtw_alloc_tx_ring(sc, qid)) != 0) in mtw_init()