Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_misc.h48 extern struct ath_buf * ath_getbuf(struct ath_softc *sc,
HDif_ath.c3174 tbf = ath_getbuf(sc,
3222 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) function
3345 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT);
3347 bf = ath_getbuf(sc, ATH_BUFTYPE_NORMAL);
HDif_ath_tx.c2407 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_raw_xmit()