Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dacx.c588 ni = (struct ieee80211_node *)buf->tb_node; in acx_stop()
591 buf->tb_node = NULL; in acx_stop()
1173 if (buf->tb_node != NULL) { in acx_txeof()
1180 ni = (struct ieee80211_node *)buf->tb_node; in acx_txeof()
1193 buf->tb_node = NULL; in acx_txeof()
2228 txbuf->tb_node = node; in acx_encap()
H A Dacxvar.h259 struct acx_node *tb_node; /* remote node */ member