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 8463 if (tb->tb_ni != NULL)
8464 ieee80211_free_node(tb->tb_ni);
9290 if (tb->tb_ni != NULL) {
9291 ieee80211_free_node(tb->tb_ni);
9292 tb->tb_ni = NULL;
9833 tb->tb_ni = ni;
9968 if (tb->tb_ni != NULL) {
9969 struct bwi_node *bn = (struct bwi_node *)tb->tb_ni;
9977 ieee80211_free_node(tb->tb_ni);
9978 tb->tb_ni = NULL
    [all...]

Completed in 26 milliseconds