Searched refs:routermac (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 1557 ipoib_mac_t routermac; in ibd_acache_lookup() local 1559 (void) ibd_get_allroutergroup(state, mac, &routermac); in ibd_acache_lookup() 1560 ptr = ibd_acache_find(state, &routermac, B_TRUE, in ibd_acache_lookup() 1698 ipoib_mac_t routermac; in ibd_async_mcache() local 1730 if (!ibd_get_allroutergroup(state, mac, &routermac)) in ibd_async_mcache() 1733 ibd_n2h_gid(&routermac, &mgid); in ibd_async_mcache() 1734 bcopy(&routermac, mac, IPOIB_ADDRL); in ibd_async_mcache()
|