Home
last modified time | relevance | path

Searched refs:bbuf (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c123 avf->bbuf = list_first_entry(&ah->bcbuf, struct ath5k_buf, in ath5k_add_interface()
125 list_del(&avf->bbuf->list); in ath5k_add_interface()
168 if (avf->bbuf) { in ath5k_remove_interface()
169 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_remove_interface()
170 list_add_tail(&avf->bbuf->list, &ah->bcbuf); in ath5k_remove_interface()
177 avf->bbuf = NULL; in ath5k_remove_interface()
Dbase.h77 struct ath5k_buf *bbuf; /* beacon buffer */ member
Dbase.c1913 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_beacon_update()
1914 avf->bbuf->skb = skb; in ath5k_beacon_update()
1915 ret = ath5k_beacon_setup(ah, avf->bbuf); in ath5k_beacon_update()
1984 bf = avf->bbuf; in ath5k_beacon_send()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dbeacon.c200 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot()
243 list_add_tail(&bf->list, &sc->beacon.bbuf); in ath9k_beacon_remove_slot()
Dath9k.h680 struct list_head bbuf; member
Dxmit.c2817 error = ath_descdma_setup(sc, &sc->beacon.bdma, &sc->beacon.bbuf, in ath_tx_init()