Home
last modified time | relevance | path

Searched refs:_ath_getbuf_locked (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h50 extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc,
H A Dif_ath.c3159 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) in _ath_getbuf_locked() function
3306 bf = _ath_getbuf_locked(sc, btype); in ath_getbuf()
3312 bf = _ath_getbuf_locked(sc, ATH_BUFTYPE_NORMAL); in ath_getbuf()
H A Dif_ath_tx.c284 bf = _ath_getbuf_locked(sc, ATH_BUFTYPE_NORMAL); in ath_txfrag_setup()