Home
last modified time | relevance | path

Searched refs:tb_ni (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwi.c2280 if (tb->tb_ni != NULL) in bwi_dma_mbuf_destroy()
2281 ieee80211_free_node(tb->tb_ni); in bwi_dma_mbuf_destroy()
2816 if (tb->tb_ni != NULL) { in bwi_free_tx_ring32()
2817 ieee80211_free_node(tb->tb_ni); in bwi_free_tx_ring32()
2818 tb->tb_ni = NULL; in bwi_free_tx_ring32()
3060 tb->tb_ni = ni; in bwi_encap()
3234 tb->tb_ni = ni; in bwi_encap_raw()
3318 buf_idx, acked, data_txcnt, tb->tb_ni); in _bwi_txeof()
3322 if ((ni = tb->tb_ni) != NULL) { in _bwi_txeof()
3347 tb->tb_ni = NULL; in _bwi_txeof()
H A Dif_bwivar.h236 struct ieee80211_node *tb_ni; member