Searched refs:ti_child (Results 1 – 4 of 4) sorted by relevance
181 for (ch = info->ti_child; ch; ch = ch->ch_next) { in eibnx_enqueue_child()196 new_ch->ch_next = info->ti_child; in eibnx_enqueue_child()197 info->ti_child = new_ch; in eibnx_enqueue_child()209 for (ch = info->ti_child; ch; ch = ch->ch_next) { in eibnx_update_child()234 for (ch = info->ti_child; ch != NULL; ch = ch->ch_next) { in eibnx_find_child_dip_by_inst()251 for (ch = info->ti_child; ch != NULL; ch = ch->ch_next) { in eibnx_find_child_dip_by_gw()
88 children = info->ti_child; in eibnx_cleanup_port_nodes()89 info->ti_child = NULL; in eibnx_cleanup_port_nodes()596 for (ch = ti->ti_child; ch; ch = ch->ch_next) { in eibnx_locate_unconfigured_node()
600 for (ch = ti->ti_child; ch; ch = ch->ch_next) { in eibnx_unconfig_all_children()
355 eibnx_child_t *ti_child; member