Searched refs:sc_txbuf (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3121 bf = TAILQ_FIRST(&sc->sc_txbuf);
3136 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list);
3157 TAILQ_FIRST(&sc->sc_txbuf) == NULL ?
3818 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3829 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3841 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3856 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
4748 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list);
4769 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list);
H A Dif_athvar.h756 ath_bufhead sc_txbuf; /* transmit buffer */ member in struct:ath_softc
H A Dif_ath_sysctl.c511 TAILQ_FOREACH(bf, &sc->sc_txbuf, bf_list) {

Completed in 105 milliseconds