Home
last modified time | relevance | path

Searched refs:ipoib_qpn (Results 1 – 4 of 4) 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/io/
H A Dgldutil.c718 mac_copy(&grh->ipoib_sqpn, &mact->ipoib_qpn, in gld_interpret_ib()
728 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
747 IPOIB_ADDRL - sizeof (tact->ipoib_qpn))) in gld_interpret_ib()
756 mac_copy(&dqpn, &mact->ipoib_qpn, in gld_interpret_ib()
757 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
763 mac_copy(&tact->ipoib_qpn, &mact->ipoib_qpn, in gld_interpret_ib()
764 sizeof (mact->ipoib_qpn)); in gld_interpret_ib()
/illumos-gate/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()
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()
1878 ntohl(ce->ac_mac.ipoib_qpn), in ibd_async_acache()
1896 (htonl(mac->ipoib_qpn) & IBD_MAC_ADDR_RC)) { in ibd_async_acache()
6974 (ace->ac_mac.ipoib_qpn != htonl(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/sys/ib/clients/ibd/
H A Dibd.h456 uint32_t ipoib_qpn; member