Searched defs:node_info_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1940 * node_info_p - pointer to the Node Info to be returned.
1948 ibt_node_info_t *node_info_p)
1997 *node_info_p))
1999 node_info_p->n_sys_img_guid =
2001 node_info_p->n_node_guid =
2003 node_info_p->n_port_guid =
2005 node_info_p->n_dev_id =
2007 node_info_p->n_revision =
2009 node_info_p->n_vendor_id =
2011 node_info_p
1947 ibcm_ibtl_node_info(ib_guid_t hca_guid, uint8_t port, ib_lid_t lid, ibt_node_info_t *node_info_p) argument
[all...]
H A Dibcm_ti.c5642 * node_info_p A pointer to an ibt_node_info_t structure (allocated
5653 ibt_gid_to_node_info(ib_gid_t gid, ibt_node_info_t *node_info_p) argument
5674 gid.gid_prefix, gid.gid_guid, node_info_p);
5681 if (node_info_p == NULL) {
5683 "Return Buf (node_info_p) is NULL.");
5833 *node_info_p))
5835 node_info_p->n_sys_img_guid =
5837 node_info_p->n_node_guid =
5839 node_info_p->n_port_guid =
5841 node_info_p
5946 ibt_lid_to_node_info(ib_lid_t lid, ibt_node_info_t *node_info_p) argument
[all...]

Completed in 73 milliseconds