Searched defs:ibdm_get_next_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c142 static void ibdm_get_next_port(ibdm_hca_list_t **,
1462 for (ibdm_get_next_port(&hca_list, &port, 1); port;
1463 ibdm_get_next_port(&hca_list, &port, 1)) {
4251 for (ibdm_get_next_port(&hca_list, &port, 1); port;
4252 ibdm_get_next_port(&hca_list, &port, 1)) {
5943 for (ibdm_get_next_port(&hca_list, &port, 1); port;
5944 ibdm_get_next_port(&hca_list, &port, 1)) {
6051 for (ibdm_get_next_port(&hca_list, &port, 0); port;
6052 ibdm_get_next_port(&hca_list, &port, 0)) {
6079 for (ibdm_get_next_port(
6587 ibdm_get_next_port(ibdm_hca_list_t **inp_hcap, function
[all...]

Completed in 55 milliseconds