Home
last modified time | relevance | path

Searched refs:ipoib_qpn (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c118 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/io/
H A Dgldutil.c719 mac_copy(&grh->ipoib_sqpn, &mact->ipoib_qpn, in gld_interpret_ib()
729 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
748 IPOIB_ADDRL - sizeof (tact->ipoib_qpn))) in gld_interpret_ib()
757 mac_copy(&dqpn, &mact->ipoib_qpn, in gld_interpret_ib()
758 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
764 mac_copy(&tact->ipoib_qpn, &mact->ipoib_qpn, in gld_interpret_ib()
765 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c799 ipoib_mac::ipoib_qpn in _NOTE()
1077 mac->ipoib_qpn = htonl(qpn); in ibd_h2n_mac()
1363 return ((uint_t)((ipoib_mac_t *)key)->ipoib_qpn); in ibd_hash_by_id()
1365 bcopy(&(((ipoib_mac_t *)key)->ipoib_qpn), &hval, sizeof (uint_t)); in ibd_hash_by_id()
1496 htonl(mac->ipoib_qpn), htonl(mac->ipoib_gidpref[0]), in ibd_acache_lookup()
1774 htonl(mac->ipoib_qpn), htonl(mac->ipoib_gidpref[0]), in ibd_async_acache()
1783 if (mac->ipoib_qpn == htonl(IB_MC_QPN)) { in ibd_async_acache()
1809 htonl(mac->ipoib_qpn), htonl(mac->ipoib_gidpref[0]), in ibd_async_acache()
1878 ntohl(ce->ac_mac.ipoib_qpn), in ibd_async_acache()
1895 if (state->id_enable_rc && (mac->ipoib_qpn != htonl(IB_MC_QPN)) && in ibd_async_acache()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h456 uint32_t ipoib_qpn; member