Searched refs:ath5k_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath5k/ |
D | base.h | 64 struct ath5k_buf { struct 77 struct ath5k_buf *bbuf; /* beacon buffer */ argument 105 void ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf); 106 void ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf);
|
D | debug.h | 66 struct ath5k_buf; 138 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf); 161 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) {} in ath5k_debug_printtxbuf()
|
D | base.c | 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() [all …]
|
D | debug.c | 817 struct ath5k_buf *bf, *bf0; in read_file_queue() 1046 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() 1064 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() 1085 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf()
|
D | mac80211-ops.c | 123 avf->bbuf = list_first_entry(&ah->bcbuf, struct ath5k_buf, in ath5k_add_interface()
|
D | ath5k.h | 1278 struct ath5k_buf *bufptr; /* allocated buffer ptr */
|