Home
last modified time | relevance | path

Searched defs:ath_buf (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h231 struct ath_buf { struct
233 struct ath_buf * bf_next; /* next buffer in the aggregate */ argument
245 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ argument
256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); argument
259 struct {
314 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; argument