Lines Matching refs:ath5k_buf
628 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_setup()
697 struct ath5k_buf *bf, int idx) in ath5k_get_rate()
713 struct ath5k_buf *bf, int idx) in ath5k_get_rate_hw_value()
731 struct ath5k_buf *bf, in ath5k_merge_ratetbl()
768 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup()
901 struct ath5k_buf *bf; in ath5k_desc_alloc()
923 sizeof(struct ath5k_buf), GFP_KERNEL); in ath5k_desc_alloc()
963 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb()
977 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb()
995 struct ath5k_buf *bf; in ath5k_desc_free()
1158 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs()
1208 struct ath5k_buf *bf; in ath5k_rx_start()
1225 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_rx_start()
1591 struct ath5k_buf *bf; in ath5k_tasklet_rx()
1601 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_tasklet_rx()
1659 struct ath5k_buf *bf; in ath5k_tx_queue()
1687 bf = list_first_entry(&ah->txbuf, struct ath5k_buf, list); in ath5k_tx_queue()
1713 struct ath5k_buf *bf) in ath5k_tx_frame_completed()
1780 struct ath5k_buf *bf, *bf0; in ath5k_tx_processq()
1854 ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_beacon_setup()
1977 struct ath5k_buf *bf; in ath5k_beacon_send()