Home
last modified time | relevance | path

Searched refs:IB_MC_QPN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c116 return (ntohl(ibaddr->ipoib_qpn) == IB_MC_QPN ? EINVAL : 0); in mac_ib_unicst_verify()
132 if ((ntohl(ibaddr->ipoib_qpn) & IB_QPN_MASK) != IB_MC_QPN) in mac_ib_multicst_verify()
/illumos-gate/usr/src/uts/common/sys/ib/
H A Dib_types.h103 #define IB_MC_QPN 0xFFFFFF /* Multicast QPN */ macro
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c262 info->ti_solicit_mcg->mc_qkey, IB_MC_QPN, in eibnx_setup_ud_dest()
267 info->ti_solicit_mcg->mc_qkey, IB_MC_QPN); in eibnx_setup_ud_dest()
H A Deib_vnic.c639 IB_MC_QPN, &(mcast.mc_adds_vect)); in eib_vnic_setup_dest()
650 "failed, ret=%d", IB_MC_QPN, EIB_DATA_QKEY, ret); in eib_vnic_setup_dest()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1109 ibd_h2n_mac(rmac, IB_MC_QPN, (((uint64_t)topword << 32) | in ibd_get_allroutergroup()
1783 if (mac->ipoib_qpn == htonl(IB_MC_QPN)) { in ibd_async_acache()
1895 if (state->id_enable_rc && (mac->ipoib_qpn != htonl(IB_MC_QPN)) && in ibd_async_acache()
3383 ibd_h2n_mac(&mcmac, IB_MC_QPN, mgid.gid_prefix, mgid.gid_guid); in ibd_leave_group()
6257 if ((ntohl(mcast->ipoib_qpn) & IB_QPN_MASK) != IB_MC_QPN) in ibd_m_multicst()
6968 if ((ntohl(dest->ipoib_qpn) & IB_QPN_MASK) == IB_MC_QPN) in ibd_send()
6974 (ace->ac_mac.ipoib_qpn != htonl(IB_MC_QPN))) { in ibd_send()
7065 else if ((ntohl(ipibp->ib_dst.ipoib_qpn) & IB_QPN_MASK) == IB_MC_QPN) in ibd_send()
7315 if (ace->ac_mac.ipoib_qpn != htonl(IB_MC_QPN)) { in ibd_send()
8001 phdr->ib_dst.ipoib_qpn = htonl(IB_MC_QPN); in ibd_process_rx()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c755 dqpn = htonl(IB_MC_QPN); in gld_interpret_ib()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c2145 ud_param->qp_num = IB_MC_QPN; in ibcma_multicast_hdlr()