Home
last modified time | relevance | path

Searched refs:av_dgid (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mcg.c68 mcg_info->mc_adds_vect.av_dgid, mcg_info->mc_adds_vect.av_dlid)); in ibt_attach_mcg()
99 mcg_info->mc_adds_vect.av_dgid, mcg_info->mc_adds_vect.av_dlid)); in ibt_detach_mcg()
H A Dibtl_chan.c1238 adds_vect.av_dgid.gid_prefix = b2h64(grh->SGID.gid_prefix); in ibt_modify_reply_ud_dest()
1239 adds_vect.av_dgid.gid_guid = b2h64(grh->SGID.gid_guid); in ibt_modify_reply_ud_dest()
1250 adds_vect.av_dgid.gid_prefix = 0; in ibt_modify_reply_ud_dest()
1252 adds_vect.av_dgid.gid_guid = 0; in ibt_modify_reply_ud_dest()
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_cm.c114 req->req_prim_addr.av_dgid.gid_prefix, in srpt_cm_req_hdlr()
115 req->req_prim_addr.av_dgid.gid_guid); in srpt_cm_req_hdlr()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c213 ah->ah_save_guid = attr_p->av_dgid.gid_guid; in tavor_ah_alloc()
362 attr_p->av_dgid.gid_guid = ah->ah_save_guid; in tavor_ah_query()
429 ah->ah_save_guid = attr_p->av_dgid.gid_guid; in tavor_ah_modify()
2191 path->rgid_h = av->av_dgid.gid_prefix; in tavor_set_addr_path()
2205 path->rgid_l = av->av_dgid.gid_guid; in tavor_set_addr_path()
2297 av->av_dgid.gid_prefix = path->rgid_h; in tavor_get_addr_path()
2298 av->av_dgid.gid_guid = path->rgid_l; in tavor_get_addr_path()
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_ud_dest.c375 adds_vec.av_dgid = in ibmf_i_alloc_ud_dest()
380 adds_vec.av_dgid = in ibmf_i_alloc_ud_dest()
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c713 h2b64(IBCM_PRIM_ADDS_VECT(chan_args).av_dgid.gid_prefix); in ibt_open_rc_channel()
715 h2b64(IBCM_PRIM_ADDS_VECT(chan_args).av_dgid.gid_guid); in ibt_open_rc_channel()
719 IBCM_PRIM_ADDS_VECT(chan_args).av_dgid.gid_guid; in ibt_open_rc_channel()
753 IBCM_PRIM_ADDS_VECT(chan_args).av_dgid.gid_prefix, in ibt_open_rc_channel()
754 IBCM_PRIM_ADDS_VECT(chan_args).av_dgid.gid_guid); in ibt_open_rc_channel()
769 h2b64(IBCM_ALT_ADDS_VECT(chan_args).av_dgid.gid_prefix); in ibt_open_rc_channel()
771 h2b64(IBCM_ALT_ADDS_VECT(chan_args).av_dgid.gid_guid); in ibt_open_rc_channel()
805 IBCM_ALT_ADDS_VECT(chan_args).av_dgid.gid_prefix, in ibt_open_rc_channel()
806 IBCM_ALT_ADDS_VECT(chan_args).av_dgid.gid_guid); in ibt_open_rc_channel()
1099 cm_adds->av_dgid; in ibcm_init_reply_addr()
[all …]
H A Dibcm_sm.c5353 adds_vectp->av_dgid.gid_prefix = in ibcm_set_primary_adds_vect()
5355 adds_vectp->av_dgid.gid_guid = in ibcm_set_primary_adds_vect()
5364 adds_vectp->av_dgid.gid_prefix = in ibcm_set_primary_adds_vect()
5366 adds_vectp->av_dgid.gid_guid = in ibcm_set_primary_adds_vect()
5424 adds_vectp->av_dgid.gid_prefix = b2h64(dgid.gid_prefix); in ibcm_set_alt_adds_vect()
5425 adds_vectp->av_dgid.gid_guid = b2h64(dgid.gid_guid); in ibcm_set_alt_adds_vect()
5538 (alt->av_dgid.gid_prefix == prim->av_dgid.gid_prefix) && in ibcm_compare_prim_alt_paths()
5539 (alt->av_dgid.gid_guid == prim->av_dgid.gid_guid) && in ibcm_compare_prim_alt_paths()
8062 adds->av_dgid.gid_prefix = in ibcm_fill_adds_from_lap()
8064 adds->av_dgid.gid_guid = in ibcm_fill_adds_from_lap()
[all …]
H A Dibcm_path.c1952 cep_p->cep_adds_vect.av_dgid = prec_resp->DGID; in ibcm_update_cep_info()
2624 qp_attr.qp_info.qp_transport.rc.rc_path.cep_adds_vect.av_dgid; in ibt_get_alt_path()
4295 qp_attr.qp_info.qp_transport.rc.rc_path.cep_adds_vect.av_dgid; in ibt_get_ip_alt_path()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c551 ah->ah_save_guid = attr_p->av_dgid.gid_guid; in hermon_ah_alloc()
626 attr_p->av_dgid.gid_guid = ah->ah_save_guid; in hermon_ah_query()
674 ah->ah_save_guid = attr_p->av_dgid.gid_guid; in hermon_ah_modify()
2257 bcopy(&(av->av_dgid.gid_prefix), &(path->rgid_h), in hermon_set_addr_path()
2259 bcopy(&(av->av_dgid.gid_guid), &(path->rgid_l), in hermon_set_addr_path()
2349 bcopy(&(path->rgid_h), &(av->av_dgid.gid_prefix), sizeof (uint64_t)); in hermon_get_addr_path()
2350 bcopy(&(path->rgid_l), &(av->av_dgid.gid_guid), sizeof (uint64_t)); in hermon_get_addr_path()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c2136 bcopy(&(mcg_infop->mc_adds_vect.av_dgid), in ibcma_multicast_hdlr()
2268 (adds_vectp->av_dgid).gid_prefix); in mcginfo2ah()
2270 (adds_vectp->av_dgid).gid_guid); in mcginfo2ah()
2303 (adds_vectp->av_dgid).gid_prefix); in ibt_addsvect2ah()
2305 (adds_vectp->av_dgid).gid_guid); in ibt_addsvect2ah()
2336 bcopy(&(adds_vectp->av_dgid), &(sa_pathp->dgid), 16); in ibt_addsvect2sa_path()
2595 (rcp->rc_path).cep_adds_vect.av_dgid.gid_prefix, in dump_qp_info()
2596 (rcp->rc_path).cep_adds_vect.av_dgid.gid_guid, in dump_qp_info()
H A Dsol_kverbs.c1625 av->av_dgid.gid_prefix = in set_av()
1627 av->av_dgid.gid_guid = in set_av()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c921 (void) memcpy(&dest_path->cep_adds_vect.av_dgid, in uverbs_copy_path_info_from_ibv()
1483 &src_path->cep_adds_vect.av_dgid, sizeof (dest_path->dgid)); in uverbs_copy_path_info_from_ibt()
2312 !memcmp(&mc_gid.gid, &mc->mcg.mc_adds_vect.av_dgid, in sol_uverbs_attach_mcast()
2331 bcopy(&mc_gid, &(mc->mcg.mc_adds_vect.av_dgid), sizeof (mc_gid)); in sol_uverbs_attach_mcast()
2411 mcg.mc_adds_vect.av_dgid = mc_gid; in sol_uverbs_detach_mcast()
2432 !memcmp(&mc_gid.gid, &mc->mcg.mc_adds_vect.av_dgid, in sol_uverbs_detach_mcast()
/titanic_50/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c903 pi_prim_cep_path.cep_adds_vect.av_dgid; in rds_failover_session()
1362 newp->session_pinfo.pi_prim_cep_path.cep_adds_vect.av_dgid; in rds_session_create()
1378 newp->session_rgid = reqp->req_prim_addr.av_dgid; in rds_session_create()
2143 pi_prim_cep_path.cep_adds_vect.av_dgid; in rds_sendmsg()
H A Drdsib_cm.c114 rgid = reqp->req_prim_addr.av_dgid; /* requester gid */ in rds_handle_cm_req()
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1984 pmce->mc_info.mc_adds_vect.av_dgid, in ibd_async_link()
2046 mce->mc_info.mc_adds_vect.av_dgid, in ibd_async_link()
3052 if (bcmp(&mgid, &ptr->mc_info.mc_adds_vect.av_dgid, in ibd_mcache_find()
3235 mgid = mce->mc_info.mc_adds_vect.av_dgid; in ibd_reacquire_group()
3510 mcg_info.mc_adds_vect.av_dgid, state->id_sgid, in ibd_find_bgroup()
5734 mgid = mce->mc_info.mc_adds_vect.av_dgid; in ibd_undo_start()
5801 mgid = state->id_mcinfo->mc_adds_vect.av_dgid; in ibd_undo_start()
6310 mgid = mce->mc_info.mc_adds_vect.av_dgid; in ibd_async_unsetprom()
6361 mgid = mcg_info[i].mc_adds_vect.av_dgid; in ibd_async_setprom()
/titanic_50/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h692 ib_gid_t av_dgid; /* IPV6 dest GID in GRH */ member
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c6625 event->cm_event.req.req_prim_addr.av_dgid.gid_prefix; in daplka_cm_service_req()
6627 event->cm_event.req.req_prim_addr.av_dgid.gid_guid; in daplka_cm_service_req()
8240 chan_attrs.rc_prim_path.cep_adds_vect.av_dgid.gid_prefix, in daplka_ep_failback()
8241 (longlong_t)chan_attrs.rc_prim_path.cep_adds_vect.av_dgid.gid_guid); in daplka_ep_failback()
8245 (longlong_t)chan_attrs.rc_alt_path.cep_adds_vect.av_dgid.gid_prefix, in daplka_ep_failback()
8246 (longlong_t)chan_attrs.rc_alt_path.cep_adds_vect.av_dgid.gid_guid); in daplka_ep_failback()