Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_rxbuf

2774 	error = ath_descdma_setup(sc, &sc->sc_rxdma, &sc->sc_rxbuf,
2782 ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);
2790 ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);
2805 ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);
3071 bf = STAILQ_FIRST(&sc->sc_rxbuf);
3107 STAILQ_REMOVE_HEAD(&sc->sc_rxbuf, bf_list);
3307 STAILQ_INSERT_TAIL(&sc->sc_rxbuf, bf, bf_list);
4435 STAILQ_FOREACH(bf, &sc->sc_rxbuf, bf_list) {
4458 STAILQ_FOREACH(bf, &sc->sc_rxbuf, bf_list) {
4468 bf = STAILQ_FIRST(&sc->sc_rxbuf);