Searched refs:sc_rxfree (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwlvar.h320 mwl_jumbohead sc_rxfree; /* list of free dma buffers */ member in struct:mwl_softc
322 struct mtx sc_rxlock; /* lock on sc_rxfree */
H A Dif_mwl.c2180 SLIST_INIT(&sc->sc_rxfree);
2184 SLIST_INSERT_HEAD(&sc->sc_rxfree, rbuf, next);
2457 buf = SLIST_FIRST(&sc->sc_rxfree);
2464 SLIST_REMOVE_HEAD(&sc->sc_rxfree, next);
2480 SLIST_INSERT_HEAD(&sc->sc_rxfree, buf, next);

Completed in 116 milliseconds