Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dathvar.h177 struct ath_buf { struct
178 TAILQ_ENTRY(ath_buf) bf_list;
259 TAILQ_HEAD(, ath_buf) sc_rxbuf; /* receive buffer */
266 TAILQ_HEAD(, ath_buf) sc_txbuf; /* transmit buffer */
267 TAILQ_HEAD(, ath_buf) sc_txq; /* transmitting queue */
271 struct ath_buf *sc_bcbuf; /* beacon buffer */
272 struct ath_buf *sc_bufptr; /* allocated buffer ptr */
H A Dath.c111 int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
114 struct ath_buf *, struct mbuf *);
145 void ath_printrxbuf(struct ath_buf *, int);
146 void ath_printtxbuf(struct ath_buf *, int);
793 struct ath_buf *bf; in ath_start()
1188 struct ath_buf *bf; in ath_beacon_alloc()
1294 struct ath_buf *bf = sc->sc_bcbuf; in ath_beacon_proc()
1322 struct ath_buf *bf = sc->sc_bcbuf; in ath_beacon_free()
1461 struct ath_buf *bf; in ath_desc_alloc()
1503 bsize = sizeof(struct ath_buf) * (ATH_TXBUF + ATH_RXBUF + 1); in ath_desc_alloc()
[all …]