Searched refs:ath_buf (Results 1 – 2 of 2) sorted by relevance
115 struct ath_buf { struct116 STAILQ_ENTRY(ath_buf) bf_list;128 typedef STAILQ_HEAD(, ath_buf) ath_bufhead; argument142 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 */
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);1260 struct ath_buf *bf; in ath_txfrag_cleanup()1282 struct ath_buf *bf; in ath_txfrag_setup()1310 struct ath_buf *bf; in ath_start()2161 struct ath_buf *bf; in ath_beacon_alloc()2198 ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf) in ath_beacon_setup()[all …]