Lines Matching refs:tb_mbuf
1359 while (tbd->tbd_buf[idx].tb_mbuf == NULL && in bwi_start_locked()
1409 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx)); in bwi_raw_xmit()
2275 if (tb->tb_mbuf != NULL) { in bwi_dma_mbuf_destroy()
2278 m_freem(tb->tb_mbuf); in bwi_dma_mbuf_destroy()
2811 if (tb->tb_mbuf != NULL) { in bwi_free_tx_ring32()
2813 m_freem(tb->tb_mbuf); in bwi_free_tx_ring32()
2814 tb->tb_mbuf = NULL; in bwi_free_tx_ring32()
3059 tb->tb_mbuf = m; in bwi_encap()
3233 tb->tb_mbuf = m; in bwi_encap_raw()
3324 mtod(tb->tb_mbuf, const struct bwi_txbuf_hdr *); in _bwi_txeof()
3346 ieee80211_tx_complete(ni, tb->tb_mbuf, !acked); in _bwi_txeof()
3349 m_freem(tb->tb_mbuf); in _bwi_txeof()
3350 tb->tb_mbuf = NULL; in _bwi_txeof()