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()
857 struct ath5k_buf *bf; in ath5k_desc_alloc()
879 sizeof(struct ath5k_buf), GFP_KERNEL); in ath5k_desc_alloc()
919 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb()
933 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb()
951 struct ath5k_buf *bf; in ath5k_desc_free()
1114 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs()
1164 struct ath5k_buf *bf; in ath5k_rx_start()
1181 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_rx_start()
1547 struct ath5k_buf *bf; in ath5k_tasklet_rx()
1557 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list); in ath5k_tasklet_rx()
1615 struct ath5k_buf *bf; in ath5k_tx_queue()
1643 bf = list_first_entry(&ah->txbuf, struct ath5k_buf, list); in ath5k_tx_queue()
1669 struct ath5k_buf *bf) in ath5k_tx_frame_completed()
1736 struct ath5k_buf *bf, *bf0; in ath5k_tx_processq()
1810 ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_beacon_setup()
1933 struct ath5k_buf *bf; in ath5k_beacon_send()