Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c832 mcg_entry->member_cnt = (mcg->mcg_num_qps + 1); in hermon_mcg_attach()
870 mcg->mcg_num_qps++; in hermon_mcg_attach()
937 mcg_entry->member_cnt = (mcg->mcg_num_qps + 1); in hermon_mcg_attach()
972 mcg->mcg_num_qps++; in hermon_mcg_attach()
1036 mcg_entry->member_cnt = (newmcg->mcg_num_qps + 1); in hermon_mcg_attach()
1124 newmcg->mcg_num_qps++; in hermon_mcg_attach()
1262 if (mcg->mcg_num_qps == 1) { in hermon_mcg_detach()
1282 mcg_entry->member_cnt = (mcg->mcg_num_qps - 1); in hermon_mcg_detach()
1296 mcg->mcg_num_qps--; in hermon_mcg_detach()
1344 qplist_indx = mcg->mcg_num_qps; in hermon_mcg_qplist_add()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c708 mcg->mcg_num_qps++; in tavor_mcg_attach()
810 mcg->mcg_num_qps++; in tavor_mcg_attach()
968 newmcg->mcg_num_qps++; in tavor_mcg_attach()
1121 if (mcg->mcg_num_qps == 1) { in tavor_mcg_detach()
1155 mcg->mcg_num_qps--; in tavor_mcg_detach()
1210 qplist_indx = mcg->mcg_num_qps; in tavor_mcg_qplist_add()
1227 for (qplist_indx = 0; qplist_indx < mcg->mcg_num_qps; in tavor_mcg_qplist_add()
1239 if (qplist_indx < mcg->mcg_num_qps) { in tavor_mcg_qplist_add()
1282 qplist_indx = mcg->mcg_num_qps; in tavor_mcg_qplist_remove()
1377 mcg->mcg_num_qps = 0; in tavor_mcg_setup_new_hdr()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h303 uint_t mcg_num_qps; member
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h367 uint_t mcg_num_qps; member