Searched refs:newmcg (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 556 tavor_mcghdl_t mcg, newmcg; in tavor_mcg_attach() local 854 newmcg = &state->ts_mcghdl[rsrc->tr_indx]; in tavor_mcg_attach() 855 tavor_mcg_setup_new_hdr(newmcg, mcg_entry, gid, rsrc); in tavor_mcg_attach() 869 status = tavor_mcg_qplist_add(state, newmcg, mcg_entry_qplist, qp, in tavor_mcg_attach() 872 bzero(newmcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_attach() 891 bzero(newmcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_attach() 918 bzero(newmcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_attach() 947 bzero(newmcg, sizeof (struct tavor_sw_mcg_list_s)); in tavor_mcg_attach() 968 newmcg->mcg_num_qps++; in tavor_mcg_attach()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 726 hermon_mcghdl_t mcg, newmcg; in hermon_mcg_attach() local 1013 newmcg = &state->hs_mcghdl[rsrc->hr_indx]; in hermon_mcg_attach() 1014 hermon_mcg_setup_new_hdr(newmcg, mcg_entry, gid, rsrc); in hermon_mcg_attach() 1028 status = hermon_mcg_qplist_add(state, newmcg, mcg_entry_qplist, qp, in hermon_mcg_attach() 1031 bzero(newmcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_attach() 1036 mcg_entry->member_cnt = (newmcg->mcg_num_qps + 1); in hermon_mcg_attach() 1050 bzero(newmcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_attach() 1076 bzero(newmcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_attach() 1104 bzero(newmcg, sizeof (struct hermon_sw_mcg_list_s)); in hermon_mcg_attach() 1124 newmcg->mcg_num_qps++; in hermon_mcg_attach()
|