Home
last modified time | relevance | path

Searched refs:av_bcbuf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c125 if (avp->av_bcbuf == NULL) in ath9k_beacon_generate()
128 bf = avp->av_bcbuf; in ath9k_beacon_generate()
201 avp->av_bcbuf = list_first_entry(&sc->beacon.bbuf, struct ath_buf, list); in ath9k_beacon_assign_slot()
202 list_del(&avp->av_bcbuf->list); in ath9k_beacon_assign_slot()
221 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot()
237 avp->av_bcbuf = NULL; in ath9k_beacon_remove_slot()
H A Dath9k.h638 struct ath_buf *av_bcbuf; member
H A Dmain.c2274 bf = avp->av_bcbuf; in ath9k_tx_last_beacon()