Searched refs:next_mcg (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 1398 tavor_mcghdl_t curr_mcg, prev_mcg, next_mcg; in tavor_mcg_hash_list_remove() local 1434 next_mcg = &state->ts_mcghdl[next_indx]; in tavor_mcg_hash_list_remove() 1486 bcopy(next_mcg, curr_mcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_hash_list_remove() 1487 bzero(next_mcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_hash_list_remove()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 1515 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()
|