Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c3157 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3172 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3204 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked()
3247 ATH_BUFTYPE_MGMT : ATH_BUFTYPE_NORMAL); in ath_buf_clone()
3303 if (bf == NULL && btype == ATH_BUFTYPE_MGMT) in ath_getbuf()
3415 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.c2473 bf = ath_getbuf(sc, ATH_BUFTYPE_MGMT); in ath_raw_xmit()