Searched refs:bcn_mbuf (Results 1 – 5 of 5) sorted by relevance
123 if (uvp->bcn_mbuf != NULL) { in rtwn_setup_beacon()125 m_freem(uvp->bcn_mbuf); in rtwn_setup_beacon()128 uvp->bcn_mbuf = m; in rtwn_setup_beacon()150 error = rtwn_tx_start(sc, NULL, uvp->bcn_mbuf, &uvp->bcn_desc.txd[0], in rtwn_tx_beacon()167 if (uvp->bcn_mbuf == NULL) { in rtwn_update_beacon()168 uvp->bcn_mbuf = ieee80211_beacon_alloc(ni); in rtwn_update_beacon()169 if (uvp->bcn_mbuf == NULL) { in rtwn_update_beacon()206 ieee80211_beacon_update(ni, uvp->bcn_mbuf, mcast); in rtwn_update_beacon()
696 if (uvp->bcn_mbuf != NULL) in rtwn_vap_delete()697 m_freem(uvp->bcn_mbuf); in rtwn_vap_delete()897 if (uvp->bcn_mbuf != NULL) { in rtwn_push_nulldata()899 m_freem(uvp->bcn_mbuf); in rtwn_push_nulldata()903 uvp->bcn_mbuf = m; in rtwn_push_nulldata()
114 struct mbuf *bcn_mbuf; member
89 struct mbuf *bcn_mbuf; member
737 m_freem(rvp->bcn_mbuf); in rum_vap_delete()2757 struct mbuf *m = rvp->bcn_mbuf; in rum_set_beacon()2799 if (rvp->bcn_mbuf != NULL) in rum_alloc_beacon()2800 m_freem(rvp->bcn_mbuf); in rum_alloc_beacon()2802 rvp->bcn_mbuf = m; in rum_alloc_beacon()2824 struct mbuf *m = rvp->bcn_mbuf; in rum_update_beacon()2836 rvp->bcn_mbuf = m; in rum_update_beacon()