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; local
1101 bcopy(mcmac->ipoib_gidpref, &topword, sizeof (uint32_t));
1102 topword = ntohl(topword);
1107 if ((topword == (IB_MCGID_IPV4_PREFIX | adjscope)) ||
1108 (topword == (IB_MCGID_IPV6_PREFIX | adjscope)))
1109 ibd_h2n_mac(rmac, IB_MC_QPN, (((uint64_t)topword << 32) |

Completed in 74 milliseconds