Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_athvar.h237 struct ath_buf { struct
239 struct ath_buf * bf_next; /* next buffer in the aggregate */ argument
251 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ argument
262 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail); argument
265 struct {
319 typedef TAILQ_HEAD(ath_bufhead_s, ath_buf) ath_bufhead; argument