Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/bwi/
Dif_bwi.c2314 if (tb->tb_ni != NULL) in bwi_dma_mbuf_destroy()
2315 ieee80211_free_node(tb->tb_ni); in bwi_dma_mbuf_destroy()
2851 if (tb->tb_ni != NULL) { in bwi_free_tx_ring32()
2852 ieee80211_free_node(tb->tb_ni); in bwi_free_tx_ring32()
2853 tb->tb_ni = NULL; in bwi_free_tx_ring32()
3100 tb->tb_ni = ni; in bwi_encap()
3272 tb->tb_ni = ni; in bwi_encap_raw()
3360 buf_idx, acked, data_txcnt, tb->tb_ni); in _bwi_txeof()
3364 ni = tb->tb_ni; in _bwi_txeof()
3365 if (tb->tb_ni != NULL) { in _bwi_txeof()
[all …]
Dif_bwivar.h235 struct ieee80211_node *tb_ni; member