Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h50 extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc,
H A Dif_ath.c3080 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) function
3227 bf = _ath_getbuf_locked(sc, btype);
3233 bf = _ath_getbuf_locked(sc, ATH_BUFTYPE_NORMAL);
H A Dif_ath_tx.c278 bf = _ath_getbuf_locked(sc, ATH_BUFTYPE_NORMAL); in ath_txfrag_setup()