Searched defs:ath_buf (Results 1 – 1 of 1) sorted by relevance
237 struct ath_buf { struct239 struct ath_buf * bf_next; /* next buffer in the aggregate */ argument251 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ argument262 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); argument265 struct {319 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; argument