HomeSort by: relevance | last modified time | path
    Searched refs:sc_rssdfree (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wivar.h 147 wi_rssdescq_t sc_rssdfree; member in struct:wi_softc
wi.c 945 wi_rssdescs_init(&sc->sc_rssd, &sc->sc_rssdfree);
1035 wi_rssdescs_reset(ic, &sc->sc_rssd, &sc->sc_rssdfree,
1154 if (sc->sc_txalloced == 0 || SLIST_EMPTY(&sc->sc_rssdfree)) {
1229 rd = SLIST_FIRST(&sc->sc_rssdfree);
1278 SLIST_REMOVE_HEAD(&sc->sc_rssdfree, rd_next);
1793 wi_rssdescs_reset(ic, &sc->sc_rssd, &sc->sc_rssdfree,
1801 wi_rssdescs_reset(ic, &sc->sc_rssd, &sc->sc_rssdfree,
1851 SLIST_INSERT_HEAD(&sc->sc_rssdfree, rssd, rd_next);
1975 wi_rssdescs_reset(ic, &sc->sc_rssd, &sc->sc_rssdfree,
1983 wi_rssdescs_reset(ic, &sc->sc_rssd, &sc->sc_rssdfree,
    [all...]

Completed in 14 milliseconds