Searched refs:btype (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h51 ath_buf_type_t btype);
53 ath_buf_type_t btype);
H A Dif_ath.c3112 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) argument
3118 if (btype == ATH_BUFTYPE_MGMT)
3133 if (btype == ATH_BUFTYPE_MGMT)
3165 if (btype == ATH_BUFTYPE_MGMT)
3254 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) argument
3259 bf = _ath_getbuf_locked(sc, btype);
3264 if (bf == NULL && btype == ATH_BUFTYPE_MGMT)

Completed in 142 milliseconds