Searched refs:ti_next (Results 1 – 9 of 9) sorted by relevance
322 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_subnet_notices_handler()948 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_handle_port_events()1026 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_handle_hca_attach()1049 ti->ti_next = ss->nx_thr_info; in eibnx_handle_hca_attach()1063 eibnx_thr_info_t *ti_next; in eibnx_handle_hca_detach() local1072 for (ti = ss->nx_thr_info; ti; ti = ti_next) { in eibnx_handle_hca_detach()1073 ti_next = ti->ti_next; in eibnx_handle_hca_detach()1082 ti_prev->ti_next = ti_next; in eibnx_handle_hca_detach()1084 ss->nx_thr_info = ti_next; in eibnx_handle_hca_detach()1089 ti->ti_next = ti_stop_list; in eibnx_handle_hca_detach()[all …]
357 ti->ti_next = NULL; in eibnx_start_port_monitor()434 eibnx_thr_info_t *ti_next; in eibnx_terminate_monitors() local446 for (ti = ti_list; ti; ti = ti_next) { in eibnx_terminate_monitors()447 ti_next = ti->ti_next; in eibnx_terminate_monitors()555 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_locate_node_name()594 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_locate_unconfigured_node()
563 ti_tail->ti_next = ti; in eibnx_config_all_children()598 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_unconfig_all_children()
140 tf_idata_free(mp, p->ti_next); in tf_idata_free()151 for (l = *head; l != NULL; l = l->ti_next) { in tf_idata_insert()156 ni->ti_next = l; in tf_idata_insert()160 p->ti_next = ni; in tf_idata_insert()168 for (f = head; f != NULL; f = f->ti_next) in tf_idata_lookup()
74 struct tf_idata *ti_next; /* next instance */ member
25 #define ti_next ti_i.ih_next macro
694 curptr = curptr->ti_next) { in add_tilink()731 prevptr->ti_next = tiptr; in add_tilink()743 tiptr->ti_next = NULL; in add_tilink()771 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in find_tilink()803 for (curptr = hash_bucket[x]; curptr; curptr = curptr->ti_next) { in _t_delete_tilink()808 nextptr = curptr->ti_next; in _t_delete_tilink()811 prevptr->ti_next = nextptr; in _t_delete_tilink()
57 struct _ti_user *ti_next; /* next one */ member
298 struct eibnx_thr_info_s *ti_next; member