Searched refs:curr_mcghdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1308 tavor_mcghdl_t curr_mcghdl; local
1318 curr_mcghdl = &state->ts_mcghdl[curr_indx];
1321 if ((curr_mcghdl->mcg_mgid_h == 0) &&
1322 (curr_mcghdl->mcg_mgid_l == 0)) {
1327 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1328 (curr_mcghdl->mcg_mgid_l == mgid.gid_guid)) {
1333 while (curr_mcghdl->mcg_next_indx != 0) {
1335 curr_indx = curr_mcghdl->mcg_next_indx;
1336 curr_mcghdl = &state->ts_mcghdl[curr_indx];
1338 if ((curr_mcghdl
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1432 hermon_mcghdl_t curr_mcghdl; local
1440 curr_mcghdl = &state->hs_mcghdl[curr_indx];
1443 if ((curr_mcghdl->mcg_mgid_h == 0) &&
1444 (curr_mcghdl->mcg_mgid_l == 0)) {
1449 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1450 (curr_mcghdl->mcg_mgid_l == mgid.gid_guid)) {
1455 while (curr_mcghdl->mcg_next_indx != 0) {
1457 curr_indx = curr_mcghdl->mcg_next_indx;
1458 curr_mcghdl = &state->hs_mcghdl[curr_indx];
1460 if ((curr_mcghdl
[all...]

Completed in 62 milliseconds