Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bwi/
HDif_bwi.c2289 if (tb->tb_ni != NULL) in bwi_dma_mbuf_destroy()
2290 ieee80211_free_node(tb->tb_ni); in bwi_dma_mbuf_destroy()
2825 if (tb->tb_ni != NULL) { in bwi_free_tx_ring32()
2826 ieee80211_free_node(tb->tb_ni); in bwi_free_tx_ring32()
2827 tb->tb_ni = NULL; in bwi_free_tx_ring32()
3075 tb->tb_ni = ni; in bwi_encap()
3249 tb->tb_ni = ni; in bwi_encap_raw()
3334 buf_idx, acked, data_txcnt, tb->tb_ni); in _bwi_txeof()
3338 if ((ni = tb->tb_ni) != NULL) { in _bwi_txeof()
3357 tb->tb_ni = NULL; in _bwi_txeof()
HDif_bwivar.h235 struct ieee80211_node *tb_ni; member