Searched refs:ibtl_clnt_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c45 * ibtl_clnt_list:
65 * ibtl_clnt_list -> ibtl_clnt_t--> ...--> {n'th Module}
71 struct ibtl_clnt_s *ibtl_clnt_list = NULL; variable in typeref:struct:ibtl_clnt_s
217 * Adds this client module instance to ibtl_clnt_list list.
326 clntp->clnt_list_link = ibtl_clnt_list;
327 ibtl_clnt_list = clntp;
366 clntpp = &ibtl_clnt_list;
410 * Delete the entry of this module from the ibtl_clnt_list List.
H A Dibtl_handlers.c1506 clntp = ibtl_clnt_list;
1535 clntp = ibtl_clnt_list;
1563 clntp = ibtl_clnt_list;
1592 clntp = ibtl_clnt_list;
1817 /* wait for all asyncs based on "ibtl_clnt_list" to complete */
1906 clntp = ibtl_clnt_list;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h586 extern struct ibtl_clnt_s *ibtl_clnt_list; /* link is clnt_list_link */

Completed in 62 milliseconds