Home
last modified time | relevance | path

Searched refs:node_num (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c130 static void s1394_get_quad_info(cmd1394_cmd_t *cmd, uint32_t *node_num,
573 node_num, node->node_num, tnf_opaque, cfgrom, cfgrom); in s1394_alloc_cfgrom()
603 hal_gen, hal->generation_count, tnf_int, node_num, in s1394_free_cfgrom()
604 node->node_num, tnf_opaque, old_cfgrom, onode->cfgrom, in s1394_free_cfgrom()
622 tnf_int, node_num, node->node_num, in s1394_free_cfgrom()
636 tnf_int, node_num, node->node_num, in s1394_free_cfgrom()
659 "", tnf_int, to_node, to->node_num, tnf_int, in s1394_copy_cfgrom()
660 from_node, from->node_num, tnf_opaque, from_cfgrom, from->cfgrom); in s1394_copy_cfgrom()
715 uchar_t node_num; in s1394_read_bus_info_blk() local
720 node_num = node->node_num; in s1394_read_bus_info_blk()
[all …]
H A Ds1394_bus_reset.c62 static void s1394_node_number_list_add(s1394_hal_t *hal, int node_num);
341 tnf_uint, node_num, IEEE1394_SELFID_PHYID(s)); in selfid_port_type()
405 "cfgrom free", tnf_int, node_num, i, in s1394_init_topology_tree()
412 tnf_int, node_num, i, in s1394_init_topology_tree()
479 hal->topology_tree[i].node_num = (uchar_t)i; in s1394_topology_tree_build()
721 s1394_node_number_list_add(s1394_hal_t *hal, int node_num) in s1394_node_number_list_add() argument
724 S1394_TNF_SL_BR_STACK, "", tnf_int, node_num, node_num); in s1394_node_number_list_add()
735 hal->hal_node_number_list[hal->hal_node_number_list_size] = node_num; in s1394_node_number_list_add()
1123 int node_num; in s1394_speed_map_fill() local
1138 node_num = IEEE1394_SELFID_PHYID( in s1394_speed_map_fill()
[all …]
H A Ds1394_hotplug.c506 S1394_TNF_SL_HOTPLUG_STACK, "", tnf_int, node_num, in s1394_update_devinfo_tree()
507 node->node_num, tnf_opaque, cfgrom, node->cfgrom); in s1394_update_devinfo_tree()
631 tnf_int, node_num, node->node_num, in s1394_update_devinfo_tree()
675 uint_t node_num; in s1394_offline_node() local
680 node_num = node->node_num; in s1394_offline_node()
683 "", tnf_uint, node_num, node_num); in s1394_offline_node()
692 S1394_TNF_SL_HOTPLUG_STACK, "", tnf_int, node_num, node_num, in s1394_offline_node()
750 S1394_TNF_SL_HOTPLUG_STACK, "", tnf_int, node_num, node_num, in s1394_offline_node()
758 "unlock to relock tree", tnf_uint, node_num, in s1394_offline_node()
759 node_num); in s1394_offline_node()
[all …]
H A Ds1394_asynch.c440 node = target->on_node->node_num; in s1394_setup_asynch_command()
1813 node = target->on_node->node_num; in s1394_process_pending_q()
H A Dt1394.c3755 target->on_node->node_num; in t1394_get_targetinfo()
3758 to_node = target->on_node->node_num; in t1394_get_targetinfo()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h284 uchar_t node_num; member