Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2661.c89 static int rt2661_alloc_tx_ring(struct rt2661_softc *,
240 error = rt2661_alloc_tx_ring(sc, &sc->txq[ac], in rt2661_attach()
249 error = rt2661_alloc_tx_ring(sc, &sc->mgtq, RT2661_MGT_RING_COUNT); in rt2661_attach()
462 rt2661_alloc_tx_ring(struct rt2661_softc *sc, struct rt2661_tx_ring *ring, in rt2661_alloc_tx_ring() function