HomeSort by: relevance | last modified time | path
    Searched refs:ath_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athvar.h 115 struct ath_buf { struct
116 STAILQ_ENTRY(ath_buf) bf_list;
128 typedef STAILQ_HEAD(, ath_buf) ath_bufhead;
142 struct ath_buf *dd_bufptr; /* associated buffers */
159 STAILQ_HEAD(, ath_buf) axq_q; /* transmit queue */
164 struct ath_buf *axq_linkbuf; /* va of last buffer */
ath.c 151 static void ath_beacon_setup(struct ath_softc *, struct ath_buf *);
163 static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
175 struct ath_buf *, struct mbuf *);
266 static void ath_printrxbuf(struct ath_buf *bf, int);
267 static void ath_printtxbuf(struct ath_buf *bf, int);
1259 struct ath_buf *bf;
1281 struct ath_buf *bf;
1309 struct ath_buf *bf;
2160 struct ath_buf *bf;
2197 ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf
    [all...]

Completed in 21 milliseconds