Home
last modified time | relevance | path

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.c648 mcg->mcg_num_qps++; in tavor_mcg_attach()
740 mcg->mcg_num_qps++; in tavor_mcg_attach()
881 newmcg->mcg_num_qps++; in tavor_mcg_attach()
1016 if (mcg->mcg_num_qps == 1) { in tavor_mcg_detach()
1045 mcg->mcg_num_qps--; in tavor_mcg_detach()
1093 qplist_indx = mcg->mcg_num_qps; in tavor_mcg_qplist_add()
1107 for (qplist_indx = 0; qplist_indx < mcg->mcg_num_qps; in tavor_mcg_qplist_add()
1119 if (qplist_indx < mcg->mcg_num_qps) { in tavor_mcg_qplist_add()
1159 qplist_indx = mcg->mcg_num_qps; in tavor_mcg_qplist_remove()
1246 mcg->mcg_num_qps = 0; in tavor_mcg_setup_new_hdr()
/illumos-gate/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()
972 mcg->mcg_num_qps++; 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()
1370 if (qplist_indx < mcg->mcg_num_qps) { in hermon_mcg_qplist_add()
1410 qplist_indx = mcg->mcg_num_qps; in hermon_mcg_qplist_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h303 uint_t mcg_num_qps; member
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h367 uint_t mcg_num_qps; member