Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h48 extern struct ath_buf * ath_getbuf(struct ath_softc *sc,
H A Dif_ath.c3253 tbf = ath_getbuf(sc, in ath_buf_clone()
3301 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) in ath_getbuf() function
3423 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_transmit()
3425 bf = ath_getbuf(sc, ATH_BUFTYPE_NORMAL); in ath_transmit()
H A Dif_ath_tx.c2474 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_raw_xmit()