Home
last modified time | relevance | path

Searched refs:next_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
1300 next_mcg = &state->ts_mcghdl[next_indx]; 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()
1345 bzero(next_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
1550 next_mcg = &state->hs_mcghdl[next_indx]; 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()
1603 bzero(next_mcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_hash_list_remove()