Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c300 uint_t IRM_node; in s1394_channel_alloc() local
310 IRM_node = hal->IRM_node; in s1394_channel_alloc()
316 if (IRM_node == -1) { in s1394_channel_alloc()
455 uint_t IRM_node; in s1394_channel_free() local
465 IRM_node = hal->IRM_node; in s1394_channel_free()
471 if (IRM_node == -1) { in s1394_channel_free()
600 uint_t IRM_node; in s1394_bandwidth_alloc() local
610 IRM_node = hal->IRM_node; in s1394_bandwidth_alloc()
616 if (IRM_node == -1) { in s1394_bandwidth_alloc()
779 uint_t IRM_node; in s1394_bandwidth_free() local
[all …]
H A Ds1394_dev_disc.c1821 uint_t IRM_node; in s1394_become_bus_mgr() local
1832 IRM_node = hal->IRM_node; in s1394_become_bus_mgr()
1848 if (IRM_node == hal_node_num) { in s1394_become_bus_mgr()
1884 (((uint64_t)hal->IRM_node) << IEEE1394_ADDR_PHY_ID_SHIFT); in s1394_become_bus_mgr()
2020 IRM_node_num = hal->IRM_node; in s1394_bus_mgr_processing()
2087 IRM_node_num = hal->IRM_node; in s1394_do_bus_mgr_processing()
2171 IRM_node_num = hal->IRM_node; in s1394_bus_mgr_timers_start()
H A Ds1394_csr.c469 else if (hal->IRM_node != -1) in s1394_CSR_state_clear()
470 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node); in s1394_CSR_state_clear()
575 else if (hal->IRM_node != -1) in s1394_CSR_state_set()
576 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node); in s1394_CSR_state_set()
923 else if (hal->IRM_node != -1) in s1394_CSR_bus_time()
924 should_be_from = IEEE1394_NODE_NUM(hal->IRM_node); in s1394_CSR_bus_time()
H A Dh1394.c273 hal->IRM_node = -1; in h1394_attach()
514 hal->IRM_node = -1; in h1394_bus_reset()
679 hal->IRM_node = s1394_get_isoch_rsrc_mgr(hal); in h1394_self_ids()
1508 IRM_node_num = hal->IRM_node; in h1394_error_detected()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h547 int IRM_node; member