Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3165 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3180 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3212 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3255 ATH_BUFTYPE_MGMT : ATH_BUFTYPE_NORMAL); in ath_buf_clone()
3311 if (bf == NULL && btype == ATH_BUFTYPE_MGMT) in ath_getbuf()
3423 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_transmit()
H A Dif_athvar.h228 ATH_BUFTYPE_MGMT = 1, enumerator
H A Dif_ath_tx.c2474 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_raw_xmit()