Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dif_athn_usb.c384 sta_index = ATHN_NODE(ni)->sta_index; in athn_usb_node_cleanup()
1452 sta_index = ATHN_NODE(ic->ic_bss)->sta_index; in athn_usb_newstate_cb()
1558 struct athn_node *an = ATHN_NODE(ni); in athn_usb_ampdu_tx_start()
1592 struct athn_node *an = ATHN_NODE(ni); in athn_usb_ampdu_tx_stop()
1655 struct athn_node *an = ATHN_NODE(ni); in athn_usb_create_node()
2453 struct athn_node *an = ATHN_NODE(ni); in athn_usb_tx()
/netbsd/sys/dev/ic/
H A Dathnvar.h36 #define ATHN_NODE(ni) ((struct athn_node *)(ni)) macro