HomeSort by: relevance | last modified time | path
    Searched refs:tb_ni (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bwivar.h 224 struct ieee80211_node *tb_ni; member in struct:bwi_txbuf
bwi.c 8457 if (tb->tb_ni != NULL)
8458 ieee80211_free_node(tb->tb_ni);
9284 if (tb->tb_ni != NULL) {
9285 ieee80211_free_node(tb->tb_ni);
9286 tb->tb_ni = NULL;
9827 tb->tb_ni = ni;
9962 if (tb->tb_ni != NULL) {
9963 struct bwi_node *bn = (struct bwi_node *)tb->tb_ni;
9971 ieee80211_free_node(tb->tb_ni);
9972 tb->tb_ni = NULL
    [all...]

Completed in 16 milliseconds