Searched defs:ath_buf (Results 1 – 1 of 1) sorted by relevance
231 struct ath_buf { struct233 struct ath_buf * bf_next; /* next buffer in the aggregate */ argument245 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ argument256 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); argument259 struct {314 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; argument