Home
last modified time | relevance | path

Searched refs:to_hal (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/
H A Dt1394.c457 s1394_hal_t *to_hal; in t1394_read() local
485 to_hal = target->on_hal; in t1394_read()
513 mutex_enter(&to_hal->topology_tree_mutex); in t1394_read()
514 state = to_hal->hal_state; in t1394_read()
516 ret = s1394_HAL_asynch_error(to_hal, cmd, state); in t1394_read()
519 mutex_exit(&to_hal->topology_tree_mutex); in t1394_read()
524 ret = s1394_setup_asynch_command(to_hal, target, cmd, in t1394_read()
531 mutex_exit(&to_hal->topology_tree_mutex); in t1394_read()
545 s1394_remove_q_asynch_cmd(to_hal, cmd); in t1394_read()
547 if (s1394_on_br_thread(to_hal) == B_TRUE) { in t1394_read()
[all …]
H A Ds1394_asynch.c1468 s1394_hal_t *to_hal; in s1394_handle_lock() local
1489 to_hal = s_priv->sent_on_hal; in s1394_handle_lock()
1508 if (s1394_compare_swap(to_hal, target, cmd) != in s1394_handle_lock()
1543 if (s1394_free_cmd(to_hal, &cmd) != DDI_SUCCESS) { in s1394_handle_lock()