Home
last modified time | relevance | path

Searched refs:bf_m (Results 1 – 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c190 __func__, bf->bf_m, bf->bf_node); in ath_beacon_alloc()
191 if (bf->bf_m != NULL) { in ath_beacon_alloc()
193 m_freem(bf->bf_m); in ath_beacon_alloc()
194 bf->bf_m = NULL; in ath_beacon_alloc()
256 bf->bf_m = m; in ath_beacon_alloc()
273 struct mbuf *m = bf->bf_m; in ath_beacon_setup()
718 m = bf->bf_m; in ath_beacon_generate()
842 m = bf->bf_m; in ath_beacon_start_adhoc()
872 __func__, bf, bf->bf_m, bf->bf_node); in ath_beacon_return()
873 if (bf->bf_m != NULL) { in ath_beacon_return()
[all …]
H A Dif_ath_rx_edma.c454 m = bf->bf_m; in ath_edma_recv_proc_queue()
583 m_adj(bf->bf_m, sc->sc_rx_statuslen); in ath_edma_recv_proc_deferred_queue()
588 m = bf->bf_m; in ath_edma_recv_proc_deferred_queue()
589 bf->bf_m = NULL; in ath_edma_recv_proc_deferred_queue()
706 bf->bf_m = m; in ath_edma_rxbuf_init()
798 if (bf->bf_m) { in ath_edma_rxbuf_free()
800 m_freem(bf->bf_m); in ath_edma_rxbuf_free()
801 bf->bf_m = NULL; in ath_edma_rxbuf_free()
H A Dif_ath_rx.c255 m = bf->bf_m; in ath_legacy_rxbuf_init()
287 bf->bf_m = m; in ath_legacy_rxbuf_init()
1131 m = bf->bf_m; in ath_rx_proc()
1185 bf->bf_m = NULL; in ath_rx_proc()
1363 if (bf->bf_m != NULL) in ath_legacy_flush_rxholdbf()
1364 m_freem(bf->bf_m); in ath_legacy_flush_rxholdbf()
1365 bf->bf_m = NULL; in ath_legacy_flush_rxholdbf()
1373 if (bf->bf_m != NULL) in ath_legacy_flush_rxholdbf()
1374 m_freem(bf->bf_m); in ath_legacy_flush_rxholdbf()
1375 bf->bf_m = NULL; in ath_legacy_flush_rxholdbf()
H A Dif_ath_descdma.c398 if (bf->bf_m) { in ath_descdma_cleanup()
416 m_freem(bf->bf_m); in ath_descdma_cleanup()
417 bf->bf_m = NULL; in ath_descdma_cleanup()
H A Dif_ath.c3264 tbf->bf_m = bf->bf_m; in ath_buf_clone()
3282 if (bf->bf_m != NULL) { in ath_buf_clone()
3291 bf->bf_m = NULL; in ath_buf_clone()
3528 bf->bf_m = NULL; in ath_transmit()
4244 pri = M_WME_GETAC(bf->bf_m); in ath_tx_update_stats()
4262 if (bf->bf_m->m_flags & M_FF) in ath_tx_update_stats()
4906 KASSERT((bf->bf_m == NULL), ("%s: bf->bf_m != NULL\n", __func__)); in ath_freebuf()
4936 struct mbuf *m0 = bf->bf_m; in ath_tx_freebuf()
4943 if (bf->bf_m != NULL) { in ath_tx_freebuf()
4950 bf->bf_m = NULL; in ath_tx_freebuf()
[all …]
H A Dif_ath_tx.c200 wh = mtod(bf->bf_m, struct ieee80211_frame *); in ath_tx_set_retry()
352 bf->bf_m = m0; in ath_tx_dmasetup()
722 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_tx_handoff_mcast()
1056 wh = mtod(bf->bf_m, struct ieee80211_frame *); in ath_tx_calc_protection()
1125 int isfrag = bf->bf_m->m_flags & M_FRAG; in ath_tx_calc_duration()
1130 wh = mtod(bf->bf_m, struct ieee80211_frame *); in ath_tx_calc_duration()
1613 m0 = bf->bf_m; /* NB: may have changed */ in ath_tx_normal_setup()
2078 m0 = bf->bf_m; in ath_tx_start()
2222 m0 = bf->bf_m; /* NB: may have changed */ in ath_tx_raw_start()
2852 wh = mtod(bf->bf_m, struct ieee80211_frame *); in ath_tx_leak_count_update()
[all …]
H A Dif_ath_tx_edma.c582 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_edma_xmit_handoff_mcast()
H A Dif_athvar.h242 struct mbuf *bf_m; /* mbuf for buf */ member
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c613 if (bf->bf_m != NULL) { in malo_rxdma_cleanup()
614 m_freem(bf->bf_m); in malo_rxdma_cleanup()
615 bf->bf_m = NULL; in malo_rxdma_cleanup()
638 if (bf->bf_m != NULL) { in malo_txdma_cleanup()
639 m_freem(bf->bf_m); in malo_txdma_cleanup()
640 bf->bf_m = NULL; in malo_txdma_cleanup()
849 bf->bf_m = m0; in malo_tx_dmasetup()
979 m_adj(bf->bf_m, sizeof(uint16_t)); in malo_tx_processq()
980 ieee80211_tx_complete(ni, bf->bf_m, in malo_tx_processq()
983 m_freem(bf->bf_m); in malo_tx_processq()
[all …]
H A Dif_malo.h452 struct mbuf *bf_m; /* jumbo mbuf */ member
469 struct mbuf *bf_m; member
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h90 struct mbuf *bf_m; member
H A Dif_mwl.c1297 bf->bf_m = NULL; in mwl_puttxbuf_head()
1308 bf->bf_m = NULL; in mwl_puttxbuf_tail()
2072 KASSERT(bf->bf_m == NULL, ("mbuf on free list")); in mwl_txdma_cleanup()
3005 bf->bf_m = m0; in mwl_tx_dmasetup()
3195 m0 = bf->bf_m; /* NB: may have changed */ in mwl_tx_start()
3382 if (bf->bf_m->m_flags & M_FF) in mwl_tx_processq()
3385 if (bf->bf_m->m_flags & M_TXCB) in mwl_tx_processq()
3387 m_adj(bf->bf_m, sizeof(uint16_t)); in mwl_tx_processq()
3388 ieee80211_tx_complete(ni, bf->bf_m, in mwl_tx_processq()
3391 m_freem(bf->bf_m); in mwl_tx_processq()
[all …]