Searched refs:on_hal (Results 1 – 7 of 7) sorted by relevance
120 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 …]
90 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()
137 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()
1083 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()
1462 hal = target->on_hal; in s1394_physical_arreq_set_one()1514 hal = target->on_hal; in s1394_physical_arreq_clear_one()
2822 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()
479 s1394_hal_t *on_hal; member