Lines Matching refs:bf
817 struct ath5k_buf *bf, *bf0; in read_file_queue() local
834 list_for_each_entry_safe(bf, bf0, &txq->q, list) in read_file_queue()
1046 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() argument
1049 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printrxbuf()
1053 ds, (unsigned long long)bf->daddr, in ath5k_debug_printrxbuf()
1064 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local
1075 list_for_each_entry(bf, &ah->rxbuf, list) { in ath5k_debug_printrxbuffs()
1076 ds = bf->desc; in ath5k_debug_printrxbuffs()
1079 ath5k_debug_printrxbuf(bf, status == 0, &rs); in ath5k_debug_printrxbuffs()
1085 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf() argument
1087 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printtxbuf()
1095 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
1098 "%08x %c\n", ds, (unsigned long long)bf->daddr, ds->ds_link, in ath5k_debug_printtxbuf()