Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1060 tp->tp_ni = ni; in bwn_pio_tx_start()
6055 if (tp->tp_ni != NULL) { in bwn_pio_handle_txeof()
6074 ieee80211_ratectl_tx_complete(tp->tp_ni->ni_vap, tp->tp_ni, in bwn_pio_handle_txeof()
6081 ieee80211_process_callback(tp->tp_ni, tp->tp_m, 0); in bwn_pio_handle_txeof()
6082 ieee80211_free_node(tp->tp_ni); in bwn_pio_handle_txeof()
6083 tp->tp_ni = NULL; in bwn_pio_handle_txeof()
H A Dif_bwnvar.h697 struct ieee80211_node *tp_ni; member