Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h320 mwl_jumbohead sc_rxfree; /* list of free dma buffers */ member
H A Dif_mwl.c2174 SLIST_INIT(&sc->sc_rxfree); in mwl_rxdma_setup()
2178 SLIST_INSERT_HEAD(&sc->sc_rxfree, rbuf, next); in mwl_rxdma_setup()
2451 buf = SLIST_FIRST(&sc->sc_rxfree); in mwl_getrxdma()
2458 SLIST_REMOVE_HEAD(&sc->sc_rxfree, next); in mwl_getrxdma()
2474 SLIST_INSERT_HEAD(&sc->sc_rxfree, buf, next); in mwl_putrxdma()