Searched refs:avp (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c185 struct ath_vap *avp = ATH_VAP(vap); local
190 bf = avp->av_bcbuf;
231 if (sc->sc_stagbeacons && avp->av_bslot > 0) {
246 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF;
252 avp->av_bslot, ni->ni_intval,
701 struct ath_vap *avp = ATH_VAP(vap); local
709 KASSERT(avp->av_bcbuf != NULL, ("no beacon buffer"));
717 bf = avp->av_bcbuf;
720 nmcastq = avp->av_mcastq.axq_depth;
781 ATH_TXQ_LOCK(&avp
827 struct ath_vap *avp = ATH_VAP(vap); local
931 struct ath_vap *avp; local
[all...]
H A Dif_ath.c1529 struct ath_vap *avp; local
1535 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO);
1632 vap = &avp->av_vap;
1651 avp->av_recv_mgmt = vap->iv_recv_mgmt;
1655 avp->av_newstate = vap->iv_newstate;
1657 avp->av_bmiss = vap->iv_bmiss;
1660 avp->av_node_ps = vap->iv_node_ps;
1663 avp->av_set_tim = vap->iv_set_tim;
1666 avp->av_recv_pspoll = vap->iv_recv_pspoll;
1685 avp
1788 struct ath_vap *avp = ATH_VAP(vap); local
2543 struct ath_vap *avp; local
5633 struct ath_vap *avp = ATH_VAP(vap); local
5778 struct ath_vap *avp = ATH_VAP(vap); local
6667 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6735 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6867 struct ath_vap *avp; local
6936 struct ath_vap *avp; local
[all...]
H A Dif_ath_tx.c1908 struct ath_vap *avp = ATH_VAP(vap); local
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2019 txq = &avp->av_mcastq;
2108 if (txq == &avp->av_mcastq) {

Completed in 134 milliseconds