Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1058 ib_sn_prefix_t nbopref; in ibd_n2h_gid() local
1061 bcopy(mac->ipoib_gidpref, &nbopref, sizeof (ib_sn_prefix_t)); in ibd_n2h_gid()
1063 dgid->gid_prefix = b2h64(nbopref); in ibd_n2h_gid()
1074 ib_sn_prefix_t nbopref; in ibd_h2n_mac() local
1078 nbopref = h2b64(prefix); in ibd_h2n_mac()
1080 bcopy(&nbopref, mac->ipoib_gidpref, sizeof (ib_sn_prefix_t)); in ibd_h2n_mac()