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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c61 static int tavor_mcg_hash_list_remove(tavor_state_t *state, uint_t curr_indx,
1309 uint_t curr_indx, prev_indx; local
1316 curr_indx = start_indx;
1317 prev_indx = curr_indx;
1318 curr_mcghdl = &state->ts_mcghdl[curr_indx];
1334 prev_indx = curr_indx;
1335 curr_indx = curr_mcghdl->mcg_next_indx;
1336 curr_mcghdl = &state->ts_mcghdl[curr_indx];
1355 return (curr_indx);
1395 tavor_mcg_hash_list_remove(tavor_state_t *state, uint_t curr_indx, argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c61 static int hermon_mcg_hash_list_remove(hermon_state_t *state, uint_t curr_indx,
1433 uint_t curr_indx, prev_indx; local
1438 curr_indx = (uint_t)start_indx;
1439 prev_indx = curr_indx;
1440 curr_mcghdl = &state->hs_mcghdl[curr_indx];
1456 prev_indx = curr_indx;
1457 curr_indx = curr_mcghdl->mcg_next_indx;
1458 curr_mcghdl = &state->hs_mcghdl[curr_indx];
1476 return (curr_indx);
1512 hermon_mcg_hash_list_remove(hermon_state_t *state, uint_t curr_indx, argument
[all...]

Completed in 65 milliseconds