Lines Matching refs:bf
837 struct ath5k_buf *bf, *bf0; in read_file_queue() local
854 list_for_each_entry_safe(bf, bf0, &txq->q, list) in read_file_queue()
1085 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() argument
1088 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printrxbuf()
1092 ds, (unsigned long long)bf->daddr, in ath5k_debug_printrxbuf()
1103 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local
1114 list_for_each_entry(bf, &ah->rxbuf, list) { in ath5k_debug_printrxbuffs()
1115 ds = bf->desc; in ath5k_debug_printrxbuffs()
1118 ath5k_debug_printrxbuf(bf, status == 0, &rs); in ath5k_debug_printrxbuffs()
1124 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf() argument
1126 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printtxbuf()
1134 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
1137 "%08x %c\n", ds, (unsigned long long)bf->daddr, ds->ds_link, in ath5k_debug_printtxbuf()