Searched refs:bbuf (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 123 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()
|
D | base.h | 77 struct ath5k_buf *bbuf; /* beacon buffer */ member
|
D | base.c | 1913 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.1.27/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 200 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()
|
D | ath9k.h | 681 struct list_head bbuf; member
|
D | xmit.c | 2854 error = ath_descdma_setup(sc, &sc->beacon.bdma, &sc->beacon.bbuf, in ath_tx_init()
|