Searched refs:bcn_mbuf (Results 1 – 5 of 5) sorted by relevance
124 if (uvp->bcn_mbuf != NULL) { in rtwn_setup_beacon()126 m_freem(uvp->bcn_mbuf); in rtwn_setup_beacon()129 uvp->bcn_mbuf = m; in rtwn_setup_beacon()151 error = rtwn_tx_start(sc, NULL, uvp->bcn_mbuf, &uvp->bcn_desc.txd[0], in rtwn_tx_beacon()168 if (uvp->bcn_mbuf == NULL) { in rtwn_update_beacon()169 uvp->bcn_mbuf = ieee80211_beacon_alloc(ni); in rtwn_update_beacon()170 if (uvp->bcn_mbuf == NULL) { in rtwn_update_beacon()207 ieee80211_beacon_update(ni, uvp->bcn_mbuf, mcast); in rtwn_update_beacon()
628 if (uvp->bcn_mbuf != NULL) in rtwn_vap_delete()629 m_freem(uvp->bcn_mbuf); in rtwn_vap_delete()821 if (uvp->bcn_mbuf != NULL) { in rtwn_push_nulldata()823 m_freem(uvp->bcn_mbuf); in rtwn_push_nulldata()827 uvp->bcn_mbuf = m; in rtwn_push_nulldata()
114 struct mbuf *bcn_mbuf; member
89 struct mbuf *bcn_mbuf; member
738 m_freem(rvp->bcn_mbuf); in rum_vap_delete()2761 struct mbuf *m = rvp->bcn_mbuf; in rum_set_beacon()2803 if (rvp->bcn_mbuf != NULL) in rum_alloc_beacon()2804 m_freem(rvp->bcn_mbuf); in rum_alloc_beacon()2806 rvp->bcn_mbuf = m; in rum_alloc_beacon()2828 struct mbuf *m = rvp->bcn_mbuf; in rum_update_beacon()2840 rvp->bcn_mbuf = m; in rum_update_beacon()