Home
last modified time | relevance | path

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.c1266 uint_t next_indx; in tavor_mcg_hash_list_remove() local
1288 next_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1289 if (next_indx == 0) { in tavor_mcg_hash_list_remove()
1300 next_mcg = &state->ts_mcghdl[next_indx]; in tavor_mcg_hash_list_remove()
1308 status = tavor_read_mgm_cmd_post(state, mcg_entry, next_indx, in tavor_mcg_hash_list_remove()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1516 uint_t next_indx; in hermon_mcg_hash_list_remove() local
1538 next_indx = curr_mcg->mcg_next_indx; in hermon_mcg_hash_list_remove()
1539 if (next_indx == 0) { in hermon_mcg_hash_list_remove()
1550 next_mcg = &state->hs_mcghdl[next_indx]; in hermon_mcg_hash_list_remove()
1558 status = hermon_read_mgm_cmd_post(state, mcg_entry, next_indx, in hermon_mcg_hash_list_remove()