Searched refs:IB_MC_QPN (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ib.c | 118 return (ntohl(ibaddr->ipoib_qpn) == IB_MC_QPN ? EINVAL : 0); in mac_ib_unicst_verify() 134 if ((ntohl(ibaddr->ipoib_qpn) & IB_QPN_MASK) != IB_MC_QPN) in mac_ib_multicst_verify()
|
/titanic_41/usr/src/uts/common/sys/ib/ |
H A D | ib_types.h | 105 #define IB_MC_QPN 0xFFFFFF /* Multicast QPN */ macro
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_fip.c | 262 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 D | eib_vnic.c | 639 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()
|
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 1109 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 …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | gldutil.c | 756 dqpn = htonl(IB_MC_QPN); in gld_interpret_ib()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_ib_cma.c | 2145 ud_param->qp_num = IB_MC_QPN; in ibcma_multicast_hdlr()
|