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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h223 struct ath_buf { struct
283 /* pointer to the first "struct ath_buf" */
284 struct ath_buf *asc_vbufptr;
285 /* length of all allocated "struct ath_buf" */
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h378 struct ath_buf { struct
380 struct ath_buf *bf_lastbf;
381 struct ath_buf *bf_lastfrm; /* last buf of this frame */
382 struct ath_buf *bf_next; /* next subframe in the aggregate */
422 void arn_rx_buf_link(struct arn_softc *sc, struct ath_buf *bf);
470 struct ath_buf *axq_linkbuf; /* virtual addr of last buffer */
496 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS]; /* active tx frames */
692 struct ath_buf *av_bcbuf; /* beacon buffer */
873 /* pointer to the first "struct ath_buf" */
874 struct ath_buf *sc_vbufpt
[all...]

Completed in 84 milliseconds