Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1094 uint32_t topword; in ibd_get_allroutergroup() local
1101 bcopy(mcmac->ipoib_gidpref, &topword, sizeof (uint32_t)); in ibd_get_allroutergroup()
1102 topword = ntohl(topword); in ibd_get_allroutergroup()
1107 if ((topword == (IB_MCGID_IPV4_PREFIX | adjscope)) || in ibd_get_allroutergroup()
1108 (topword == (IB_MCGID_IPV6_PREFIX | adjscope))) in ibd_get_allroutergroup()
1109 ibd_h2n_mac(rmac, IB_MC_QPN, (((uint64_t)topword << 32) | in ibd_get_allroutergroup()