Searched refs:comid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c71 * comid - local/remote comid
83 ibcm_lookup_msg(ibcm_event_type_t event_type, ib_com_id_t comid, argument
90 IBTF_DPRINTF_L4(cmlog, "ibcm_lookup_msg: event = 0x%x, comid = 0x%x",
91 event_type, comid);
105 * NOTE: "hca_active_tree" lookups are based on the local comid.
126 info.info_comid = comid;
132 /* Lookup based on Local comid in Active Tree */
133 sp = avl_find(&hcap->hca_active_tree, &comid, &where);
164 event_type, comid);
942 ib_com_id_t comid; local
976 ibcm_free_comid(ibcm_hca_info_t *hcap, ib_com_id_t comid) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h185 /* remote comid */
925 * NOTE: The starting value for comid, per HCA, is 2.
976 avl_tree_t hca_passive_comid_tree; /* passive comid tree */
1023 * CM needs this structure as passive comid tree lookups are based on
1878 ibcm_status_t ibcm_alloc_comid(ibcm_hca_info_t *hcap, ib_com_id_t *comid);
1879 void ibcm_free_comid(ibcm_hca_info_t *hcap, ib_com_id_t comid);

Completed in 62 milliseconds