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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1399 uint_t next_indx; local
1421 next_indx = curr_mcg->mcg_next_indx;
1422 if (next_indx == 0) {
1434 next_mcg = &state->ts_mcghdl[next_indx];
1442 status = tavor_read_mgm_cmd_post(state, mcg_entry, next_indx,
1450 tnf_uint, indx, next_indx);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1516 uint_t next_indx; local
1538 next_indx = curr_mcg->mcg_next_indx;
1539 if (next_indx == 0) {
1550 next_mcg = &state->hs_mcghdl[next_indx];
1558 status = hermon_read_mgm_cmd_post(state, mcg_entry, next_indx,

Completed in 85 milliseconds