Searched refs:on_hal (Results 1 – 7 of 7) sorted by relevance
108 target->on_hal = hal; in t1394_attach()113 rw_enter(&target->on_hal->target_list_rwlock, RW_WRITER); in t1394_attach()122 rw_exit(&target->on_hal->target_list_rwlock); in t1394_attach()134 attachinfo->localinfo.bus_generation = target->on_hal->generation_count; in t1394_attach()137 attachinfo->localinfo.local_nodeID = target->on_hal->node_id; in t1394_attach()140 attachinfo->iblock_cookie = target->on_hal->halinfo.hw_interrupt; in t1394_attach()143 attachinfo->acc_attr = target->on_hal->halinfo.acc_attr; in t1394_attach()144 attachinfo->dma_attr = target->on_hal->halinfo.dma_attr; in t1394_attach()160 if ((target->on_hal->target_head == NULL) && in t1394_attach()161 (target->on_hal->target_tail == NULL)) { in t1394_attach()[all …]
86 s1394_hal_t *hal = target->on_hal; in s1394_cmp_register()126 s1394_hal_t *hal = target->on_hal; in s1394_cmp_unregister()147 s1394_hal_t *hal = target->on_hal; in s1394_cmp_read()170 s1394_hal_t *hal = target->on_hal; in s1394_cmp_cas()
131 s1394_hal_t *hal = target->on_hal; in s1394_fcp_register_common()157 s1394_hal_t *hal = target->on_hal; in s1394_fcp_unregister_common()
878 hal = target->on_hal; in s1394_add_target_to_node()885 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_add_target_to_node()947 hal = target->on_hal; in s1394_remove_target_from_node()954 ASSERT(rw_read_locked(&target->on_hal->target_list_rwlock) == 0); in s1394_remove_target_from_node()
1227 hal = target->on_hal; in s1394_physical_arreq_set_one()1273 hal = target->on_hal; in s1394_physical_arreq_clear_one()
2254 hal = target->on_hal; in s1394_get_maxpayload()2260 bus_capabilities = target->on_hal->halinfo.bus_capabilities; in s1394_get_maxpayload()2288 from_node = IEEE1394_NODE_NUM(target->on_hal->node_id); in s1394_get_maxpayload()2292 curr_speed = (uint_t)s1394_speed_map_get(target->on_hal, in s1394_get_maxpayload()
443 s1394_hal_t *on_hal; member