Searched refs:mcg_mgid_h (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c649 if ((mcg->mcg_mgid_h == 0) && (mcg->mcg_mgid_l == 0)) {
734 if ((mcg->mcg_mgid_h == gid.gid_prefix) &&
1063 if (((mcg->mcg_mgid_h == 0) && (mcg->mcg_mgid_l == 0)) ||
1064 ((mcg->mcg_mgid_h != gid.gid_prefix) ||
1321 if ((curr_mcghdl->mcg_mgid_h == 0) &&
1327 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1338 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1373 mcg->mcg_mgid_h = mgid.gid_prefix;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c810 if ((mcg->mcg_mgid_h == 0) && (mcg->mcg_mgid_l == 0)) {
895 if ((mcg->mcg_mgid_h == gid.gid_prefix) &&
1208 if (((mcg->mcg_mgid_h == 0) && (mcg->mcg_mgid_l == 0)) ||
1209 ((mcg->mcg_mgid_h != gid.gid_prefix) ||
1443 if ((curr_mcghdl->mcg_mgid_h == 0) &&
1449 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1460 if ((curr_mcghdl->mcg_mgid_h == mgid.gid_prefix) &&
1492 mcg->mcg_mgid_h = mgid.gid_prefix;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h291 * it had a 128-bit multicast GID (stored in "mcg_mgid_h" and "mcg_mgid_l".
300 uint64_t mcg_mgid_h; member in struct:tavor_sw_mcg_list_s
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h355 * it had a 128-bit multicast GID (stored in "mcg_mgid_h" and "mcg_mgid_l".
364 uint64_t mcg_mgid_h; member in struct:hermon_sw_mcg_list_s

Completed in 59 milliseconds