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 D | if_ath_beacon.c | 190 __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 D | if_ath_rx_edma.c | 454 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 D | if_ath_rx.c | 255 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 D | if_ath_descdma.c | 398 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 D | if_ath.c | 3264 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 D | if_ath_tx.c | 200 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 D | if_ath_tx_edma.c | 582 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_edma_xmit_handoff_mcast()
|
H A D | if_athvar.h | 242 struct mbuf *bf_m; /* mbuf for buf */ member
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malo.c | 613 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 D | if_malo.h | 452 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 D | if_mwlvar.h | 90 struct mbuf *bf_m; member
|
H A D | if_mwl.c | 1297 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 …]
|