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 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup()
855 struct ath5k_buf *bf; in ath5k_desc_alloc()
877 sizeof(struct ath5k_buf), GFP_KERNEL); in ath5k_desc_alloc()
917 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb()
931 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb()
949 struct ath5k_buf *bf; in ath5k_desc_free()
1112 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs()
1162 struct ath5k_buf *bf; in ath5k_rx_start()
1179 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_rx_start()
1545 struct ath5k_buf *bf; in ath5k_tasklet_rx()
1555 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_tasklet_rx()
1613 struct ath5k_buf *bf; in ath5k_tx_queue()
1641 bf = list_first_entry(&ah->txbuf, struct ath5k_buf, list); in ath5k_tx_queue()
1667 struct ath5k_buf *bf) in ath5k_tx_frame_completed()
1734 struct ath5k_buf *bf, *bf0; in ath5k_tx_processq()
1808 ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_beacon_setup()
1931 struct ath5k_buf *bf; in ath5k_beacon_send()