Home
last modified time | relevance | path

Searched refs:mcg_next_indx (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c960 mcg->mcg_next_indx = rsrc->tr_indx; in tavor_mcg_attach()
1333 while (curr_mcghdl->mcg_next_indx != 0) { in tavor_mcg_walk_mgid_hash()
1335 curr_indx = curr_mcghdl->mcg_next_indx; in tavor_mcg_walk_mgid_hash()
1376 mcg->mcg_next_indx = 0; in tavor_mcg_setup_new_hdr()
1421 next_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1541 mcg_entry->next_gid_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
1562 prev_mcg->mcg_next_indx = curr_mcg->mcg_next_indx; in tavor_mcg_hash_list_remove()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1116 mcg->mcg_next_indx = rsrc->hr_indx; in hermon_mcg_attach()
1455 while (curr_mcghdl->mcg_next_indx != 0) { in hermon_mcg_walk_mgid_hash()
1457 curr_indx = curr_mcghdl->mcg_next_indx; in hermon_mcg_walk_mgid_hash()
1495 mcg->mcg_next_indx = 0; in hermon_mcg_setup_new_hdr()
1538 next_indx = curr_mcg->mcg_next_indx; 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()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h302 uint_t mcg_next_indx; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h366 uint_t mcg_next_indx; member