Lines Matching refs:tb_mbuf
1360 while (tbd->tbd_buf[idx].tb_mbuf == NULL && in bwi_start_locked()
1410 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx)); in bwi_raw_xmit()
2284 if (tb->tb_mbuf != NULL) { in bwi_dma_mbuf_destroy()
2287 m_freem(tb->tb_mbuf); in bwi_dma_mbuf_destroy()
2820 if (tb->tb_mbuf != NULL) { in bwi_free_tx_ring32()
2822 m_freem(tb->tb_mbuf); in bwi_free_tx_ring32()
2823 tb->tb_mbuf = NULL; in bwi_free_tx_ring32()
3074 tb->tb_mbuf = m; in bwi_encap()
3248 tb->tb_mbuf = m; in bwi_encap_raw()
3340 mtod(tb->tb_mbuf, const struct bwi_txbuf_hdr *); in _bwi_txeof()
3356 ieee80211_tx_complete(ni, tb->tb_mbuf, !acked); in _bwi_txeof()
3359 m_freem(tb->tb_mbuf); in _bwi_txeof()
3360 tb->tb_mbuf = NULL; in _bwi_txeof()