Searched refs:enx_solicit_mgid (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_ibt.c | 47 ib_gid_t enx_solicit_mgid; variable 171 enx_solicit_mgid.gid_prefix = EIB_GUID_SOLICIT_PREFIX; in eibnx_state_init() 172 enx_solicit_mgid.gid_guid = 0; in eibnx_state_init() 217 mcg_attr.mc_mgid = enx_solicit_mgid; in eibnx_find_mgroups() 224 "ibt_query_mcg() returned %d", enx_solicit_mgid.gid_prefix, in eibnx_find_mgroups() 225 enx_solicit_mgid.gid_guid, ret); in eibnx_find_mgroups() 235 "0x%x > 0x%x", enx_solicit_mgid.gid_prefix, in eibnx_find_mgroups() 236 enx_solicit_mgid.gid_guid, info->ti_solicit_mcg->mc_mtu, in eibnx_find_mgroups() 242 "actual=0x%x, expected=0x%x", enx_solicit_mgid.gid_prefix, in eibnx_find_mgroups() 243 enx_solicit_mgid.gid_guid, info->ti_solicit_mcg->mc_qkey, in eibnx_find_mgroups() [all …]
|
H A D | enx_hdlrs.c | 316 if ((notice_gid.gid_prefix == enx_solicit_mgid.gid_prefix && in eibnx_subnet_notices_handler() 317 notice_gid.gid_guid == enx_solicit_mgid.gid_guid) || in eibnx_subnet_notices_handler()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 529 extern ib_gid_t enx_solicit_mgid;
|