Home
last modified time | relevance | path

Searched refs:on_hal (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/
H A Dt1394.c120 target->on_hal = hal; in t1394_attach()
125 rw_enter(&target->on_hal->target_list_rwlock, RW_WRITER); in t1394_attach()
134 rw_exit(&target->on_hal->target_list_rwlock); in t1394_attach()
151 attachinfo->localinfo.bus_generation = target->on_hal->generation_count; in t1394_attach()
154 attachinfo->localinfo.local_nodeID = target->on_hal->node_id; in t1394_attach()
157 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt; in t1394_attach()
160 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr; in t1394_attach()
161 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr; in t1394_attach()
177 if ((target->on_hal->target_head == NULL) && in t1394_attach()
178 (target->on_hal->target_tail == NULL)) { in t1394_attach()
[all …]
H A Ds1394_cmp.c90 s1394_hal_t *hal = target->on_hal; in s1394_cmp_register()
133 s1394_hal_t *hal = target->on_hal; in s1394_cmp_unregister()
162 s1394_hal_t *hal = target->on_hal; in s1394_cmp_read()
188 s1394_hal_t *hal = target->on_hal; in s1394_cmp_cas()
H A Ds1394_fcp.c137 s1394_hal_t *hal = target->on_hal; in s1394_fcp_register_common()
163 s1394_hal_t *hal = target->on_hal; in s1394_fcp_unregister_common()
H A Ds1394_hotplug.c1083 hal = target->on_hal; in s1394_add_target_to_node()
1090 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_add_target_to_node()
1160 hal = target->on_hal; in s1394_remove_target_from_node()
1167 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_remove_target_from_node()
H A Ds1394_bus_reset.c1462 hal = target->on_hal; in s1394_physical_arreq_set_one()
1514 hal = target->on_hal; in s1394_physical_arreq_clear_one()
H A Ds1394_dev_disc.c2822 hal = target->on_hal; in s1394_get_maxpayload()
2828 bus_capabilities = target->on_hal->halinfo.bus_capabilities; in s1394_get_maxpayload()
2856 from_node = IEEE1394_NODE_NUM(target->on_hal->node_id); in s1394_get_maxpayload()
2860 curr_speed = (uint_t)s1394_speed_map_get(target->on_hal, in s1394_get_maxpayload()
/titanic_44/usr/src/uts/common/sys/1394/
H A Ds1394.h479 s1394_hal_t *on_hal; member