Home
last modified time | relevance | path

Searched refs:bus_mgr_node (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c2337 bm_node = hal->bus_mgr_node; in s1394_become_bus_mgr()
2371 hal->bus_mgr_node = hal_node_num; in s1394_become_bus_mgr()
2374 hal->bus_mgr_node = curr_bus_mgr; in s1394_become_bus_mgr()
2443 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_become_bus_mgr()
2497 hal->bus_mgr_node = hal_node_num; in s1394_become_bus_mgr_callback()
2501 hal->bus_mgr_node = curr_bus_mgr; in s1394_become_bus_mgr_callback()
2516 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_become_bus_mgr_callback()
2607 if (hal->bus_mgr_node == -1) in s1394_do_bus_mgr_processing()
2623 hal_bus_mgr_node = hal->bus_mgr_node; in s1394_do_bus_mgr_processing()
H A Ds1394_csr.c571 if (hal->bus_mgr_node != -1) in s1394_CSR_state_clear()
572 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_clear()
684 if (hal->bus_mgr_node != -1) in s1394_CSR_state_set()
685 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_state_set()
1092 if (hal->bus_mgr_node != -1) in s1394_CSR_bus_time()
1093 should_be_from = IEEE1394_NODE_NUM(hal->bus_mgr_node); in s1394_CSR_bus_time()
H A Dh1394.c186 hal->bus_mgr_node = -1; in h1394_attach()
616 hal->bus_mgr_node = -1; in h1394_bus_reset()
H A Ds1394_misc.c283 hal->bus_mgr_node = S1394_INVALID_NODE_NUM; in s1394_destroy_br_thread()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h586 int bus_mgr_node; member