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

/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c2288 if (tb->tb_ni != NULL)
2289 ieee80211_free_node(tb->tb_ni);
2824 if (tb->tb_ni != NULL) {
2825 ieee80211_free_node(tb->tb_ni);
2826 tb->tb_ni = NULL;
3073 tb->tb_ni = ni;
3247 tb->tb_ni = ni;
3331 buf_idx, acked, data_txcnt, tb->tb_ni);
3335 if ((ni = tb->tb_ni) != NULL) {
3360 tb->tb_ni
[all...]
H A Dif_bwivar.h237 struct ieee80211_node *tb_ni; member in struct:bwi_txbuf

Completed in 46 milliseconds