Searched defs:ath_buf (Results 1 – 2 of 2) sorted by relevance
223 struct ath_buf { struct224 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;
378 struct ath_buf { struct380 struct ath_buf *bf_lastbf; argument381 struct ath_buf *bf_lastfrm; /* last buf of this frame */ argument382 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument390 struct ath_buf_state bf_state; /* buffer state */ argument393 struct ath9k_tx_rate rates[4];394 struct ath_tx_info_priv tx_info_priv;397 list_node_t bf_node;