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.c1398 tavor_mcghdl_t curr_mcg, prev_mcg, next_mcg; local
1434 next_mcg = &state->ts_mcghdl[next_indx];
1486 bcopy(next_mcg, curr_mcg, sizeof (struct tavor_sw_mcg_list_s));
1487 bzero(next_mcg, sizeof (struct tavor_sw_mcg_list_s));
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1515 hermon_mcghdl_t curr_mcg, prev_mcg, next_mcg; local
1550 next_mcg = &state->hs_mcghdl[next_indx];
1602 bcopy(next_mcg, curr_mcg, sizeof (struct hermon_sw_mcg_list_s));
1603 bzero(next_mcg, sizeof (struct hermon_sw_mcg_list_s));

Completed in 354 milliseconds