Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otus.c1364 struct otus_node *on = OTUS_NODE(ni); in otus_newassoc()
1491 OTUS_NODE(ni)->tx_retries++; in otus_cmd_rxeof()
1494 OTUS_NODE(ni)->tx_err++; in otus_cmd_rxeof()
2193 struct otus_node *on = OTUS_NODE(ni); in otus_tx_update_ratectl()
2335 OTUS_NODE(ni)->tx_done++; in otus_tx()
H A Dif_otusreg.h988 #define OTUS_NODE(ni) ((struct otus_node *)(ni)) macro