Searched refs:mcg_num_qps (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c708 mcg->mcg_num_qps++;
810 mcg->mcg_num_qps++;
968 newmcg->mcg_num_qps++;
1113 * ("mcg_num_qps" == 1), then remove the entry itself from the hash
1116 * chain, then we decrement the "shadow" list entry's "mcg_num_qps"
1121 if (mcg->mcg_num_qps == 1) {
1136 * reflect the change (i.e. decrement the "mcg_num_qps"),
1155 mcg->mcg_num_qps--;
1210 qplist_indx = mcg->mcg_num_qps;
1227 for (qplist_indx = 0; qplist_indx < mcg->mcg_num_qps;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c832 mcg_entry->member_cnt = (mcg->mcg_num_qps + 1);
870 mcg->mcg_num_qps++;
937 mcg_entry->member_cnt = (mcg->mcg_num_qps + 1);
972 mcg->mcg_num_qps++;
1036 mcg_entry->member_cnt = (newmcg->mcg_num_qps + 1);
1124 newmcg->mcg_num_qps++;
1254 * ("mcg_num_qps" == 1), then remove the entry itself from the hash
1257 * chain, then we decrement the "shadow" list entry's "mcg_num_qps"
1262 if (mcg->mcg_num_qps == 1) {
1276 * reflect the change (i.e. decrement the "mcg_num_qps"),
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h303 uint_t mcg_num_qps; member in struct:tavor_sw_mcg_list_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h367 uint_t mcg_num_qps; member in struct:hermon_sw_mcg_list_s

Completed in 72 milliseconds