Home
last modified time | relevance | path

Searched refs:curr_mcg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1265 tavor_mcghdl_t curr_mcg, prev_mcg, next_mcg; in tavor_mcg_hash_list_remove() local
1270 curr_mcg = &state->ts_mcghdl[curr_indx]; in tavor_mcg_hash_list_remove()
1288 next_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1292 bzero(curr_mcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_hash_list_remove()
1344 bcopy(next_mcg, curr_mcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_hash_list_remove()
1353 tavor_rsrc_free(state, &curr_mcg->mcg_rsrcp); in tavor_mcg_hash_list_remove()
1394 mcg_entry->next_gid_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1411 prev_mcg->mcg_next_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1419 tavor_rsrc_free(state, &curr_mcg->mcg_rsrcp); in tavor_mcg_hash_list_remove()
1420 bzero(curr_mcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_hash_list_remove()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1515 hermon_mcghdl_t curr_mcg, prev_mcg, next_mcg; in hermon_mcg_hash_list_remove() local
1520 curr_mcg = &state->hs_mcghdl[curr_indx]; in hermon_mcg_hash_list_remove()
1538 next_indx = curr_mcg->mcg_next_indx; in hermon_mcg_hash_list_remove()
1542 bzero(curr_mcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_hash_list_remove()
1602 bcopy(next_mcg, curr_mcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_hash_list_remove()
1611 hermon_rsrc_free(state, &curr_mcg->mcg_rsrcp); in hermon_mcg_hash_list_remove()
1655 mcg_entry->next_gid_indx = curr_mcg->mcg_next_indx; in hermon_mcg_hash_list_remove()
1676 prev_mcg->mcg_next_indx = curr_mcg->mcg_next_indx; in hermon_mcg_hash_list_remove()
1684 hermon_rsrc_free(state, &curr_mcg->mcg_rsrcp); in hermon_mcg_hash_list_remove()
1685 bzero(curr_mcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_hash_list_remove()