Searched refs:bcbuf (Results 1 – 3 of 3) sorted by relevance
122 WARN_ON(list_empty(&ah->bcbuf)); in ath5k_add_interface()123 avf->bbuf = list_first_entry(&ah->bcbuf, struct ath5k_buf, in ath5k_add_interface()170 list_add_tail(&avf->bbuf->list, &ah->bcbuf); in ath5k_remove_interface()
947 INIT_LIST_HEAD(&ah->bcbuf); in ath5k_desc_alloc()951 list_add_tail(&bf->list, &ah->bcbuf); in ath5k_desc_alloc()1001 list_for_each_entry(bf, &ah->bcbuf, list) in ath5k_desc_free()
1326 struct list_head bcbuf; /* beacon buffer */ member