Searched refs:nx_thr_info (Results 1 – 4 of 4) 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()1050 ss->nx_thr_info = ti; in eibnx_handle_hca_attach()1072 for (ti = ss->nx_thr_info; ti; ti = ti_next) { in eibnx_handle_hca_detach()1084 ss->nx_thr_info = ti_next; in eibnx_handle_hca_detach()
437 ti_list = ss->nx_thr_info; in eibnx_terminate_monitors()438 ss->nx_thr_info = NULL; 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()
558 ss->nx_thr_info = ti_tail = NULL; in eibnx_config_all_children()565 ss->nx_thr_info = ti; in eibnx_config_all_children()598 for (ti = ss->nx_thr_info; ti; ti = ti->ti_next) { in eibnx_unconfig_all_children()
392 eibnx_thr_info_t *nx_thr_info; member