Home
last modified time | relevance | path

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
224 int bf_flags; /* tx descriptor flags */
225 struct ath_desc *bf_desc; /* virtual addr of desc */
226 struct ath_desc_status bf_status; /* tx/rx status */
227 uint32_t bf_daddr; /* physical addr of desc */
228 dma_area_t bf_dma; /* dma area for buf */
229 mblk_t *bf_m; /* message for buf */
230 struct ieee80211_node *bf_in; /* pointer to the node */
233 list_node_t bf_node;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h378 struct ath_buf { struct
380 struct ath_buf *bf_lastbf; argument
381 struct ath_buf *bf_lastfrm; /* last buf of this frame */ argument
382 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument
390 struct ath_buf_state bf_state; /* buffer state */ argument
393 struct ath9k_tx_rate rates[4];
394 struct ath_tx_info_priv tx_info_priv;
397 list_node_t bf_node;