Lines Matching refs:ath5k_buf
629 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_setup()
698 struct ath5k_buf *bf, int idx) in ath5k_get_rate()
714 struct ath5k_buf *bf, int idx) in ath5k_get_rate_hw_value()
732 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup()
856 struct ath5k_buf *bf; in ath5k_desc_alloc()
878 sizeof(struct ath5k_buf), GFP_KERNEL); in ath5k_desc_alloc()
918 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb()
932 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb()
950 struct ath5k_buf *bf; in ath5k_desc_free()
1113 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs()
1163 struct ath5k_buf *bf; in ath5k_rx_start()
1180 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_rx_start()
1546 struct ath5k_buf *bf; in ath5k_tasklet_rx()
1556 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_tasklet_rx()
1614 struct ath5k_buf *bf; in ath5k_tx_queue()
1642 bf = list_first_entry(&ah->txbuf, struct ath5k_buf, list); in ath5k_tx_queue()
1668 struct ath5k_buf *bf) in ath5k_tx_frame_completed()
1735 struct ath5k_buf *bf, *bf0; in ath5k_tx_processq()
1809 ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_beacon_setup()
1932 struct ath5k_buf *bf; in ath5k_beacon_send()