Lines Matching refs:hubinfo
98 hubinfo_t hubinfo; in volunteer_for_widgets() local
122 hubinfo_get(hubv, &hubinfo); in volunteer_for_widgets()
123 if (hubinfo->h_widgetid != XBOW_HUBLINK_LOW) { in volunteer_for_widgets()
147 hubinfo_t hubinfo; in assign_widgets_to_volunteers() local
151 hubinfo_get(hubv, &hubinfo); in assign_widgets_to_volunteers()
152 nasid = hubinfo->h_nasid; in assign_widgets_to_volunteers()
199 hubinfo_get(hubv, &hubinfo); in assign_widgets_to_volunteers()
200 nasid = hubinfo->h_nasid; in assign_widgets_to_volunteers()
265 hubinfo_t hubinfo; in early_probe_for_widget() local
267 hubinfo_get(hubv, &hubinfo); in early_probe_for_widget()
268 nasid = hubinfo->h_nasid; in early_probe_for_widget()
339 hubinfo_t hubinfo; in io_xswitch_widget_init() local
357 hubinfo_get(hubv, &hubinfo); in io_xswitch_widget_init()
358 nasid = hubinfo->h_nasid; in io_xswitch_widget_init()
360 hub_widgetid = hubinfo->h_widgetid; in io_xswitch_widget_init()
621 hubinfo_t hubinfo; in io_init_node() local
763 hubinfo_get(hubv, &hubinfo); in io_init_node()
765 (void)xwidget_register(&hwid, widgetv, npdap->basew_id, hubv, hubinfo->h_widgetid); in io_init_node()