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()
1082 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() argument
1085 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printrxbuf()
1089 ds, (unsigned long long)bf->daddr, in ath5k_debug_printrxbuf()
1100 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local
1111 list_for_each_entry(bf, &ah->rxbuf, list) { in ath5k_debug_printrxbuffs()
1112 ds = bf->desc; in ath5k_debug_printrxbuffs()
1115 ath5k_debug_printrxbuf(bf, status == 0, &rs); in ath5k_debug_printrxbuffs()
1121 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf() argument
1123 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printtxbuf()
1131 done = ah->ah_proc_tx_desc(ah, bf->desc, &ts); in ath5k_debug_printtxbuf()
1134 "%08x %c\n", ds, (unsigned long long)bf->daddr, ds->ds_link, in ath5k_debug_printtxbuf()