Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1062 bcopy(mac->ipoib_gidsuff, &nboguid, sizeof (ib_guid_t)); in ibd_n2h_gid()
1081 bcopy(&nboguid, mac->ipoib_gidsuff, sizeof (ib_guid_t)); in ibd_h2n_mac()
1497 htonl(mac->ipoib_gidpref[1]), htonl(mac->ipoib_gidsuff[0]), in ibd_acache_lookup()
1498 htonl(mac->ipoib_gidsuff[1])); in ibd_acache_lookup()
1775 htonl(mac->ipoib_gidpref[1]), htonl(mac->ipoib_gidsuff[0]), in ibd_async_acache()
1776 htonl(mac->ipoib_gidsuff[1])); in ibd_async_acache()
1811 htonl(mac->ipoib_gidsuff[0]), in ibd_async_acache()
1812 htonl(mac->ipoib_gidsuff[1])); in ibd_async_acache()
7077 htonl(dest->ipoib_gidsuff[0]), in ibd_send()
7078 htonl(dest->ipoib_gidsuff[1])); in ibd_send()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h458 uint32_t ipoib_gidsuff[2]; member