Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c712 pseudo = &nodep->node_data.pseudo_node; in ibnex_pseudo_node_cleanup()
745 ibnex_wakeup_reprobe_ioc(ibnex_node_data_t *node_data, int notify_flag) in ibnex_wakeup_reprobe_ioc() argument
753 (node_data->node_reprobe_state != 0)) { in ibnex_wakeup_reprobe_ioc()
754 if (notify_flag && (node_data->node_dip != NULL) && in ibnex_wakeup_reprobe_ioc()
755 (node_data->node_state & in ibnex_wakeup_reprobe_ioc()
764 node_data->node_dip, in ibnex_wakeup_reprobe_ioc()
772 node_data->node_reprobe_state = 0; in ibnex_wakeup_reprobe_ioc()
775 node_data->node_reprobe_state = 0; in ibnex_wakeup_reprobe_ioc()
828 ibnex_node_data_t *node_data; in ibnex_ibtl_callback() local
855 node_data = ddi_get_parent_data(clnt_dip); in ibnex_ibtl_callback()
[all …]
H A Dibnex_hca.c142 ibnex_node_data_t *node_data; in ibnex_hca_bus_config() local
176 node_data = ddi_get_parent_data(cdip); in ibnex_hca_bus_config()
177 port_node = &node_data->node_data.port_node; in ibnex_hca_bus_config()
178 if (node_data->node_type == in ibnex_hca_bus_config()
263 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
280 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
442 ibnex_node_data_t *node_data = NULL; in ibnex_get_cdip_info() local
464 node_data = ddi_get_parent_data(*cdip); in ibnex_get_cdip_info()
467 return (node_data); in ibnex_get_cdip_info()
477 ibnex_node_data_t *node_data; in ibnex_hca_bus_config_one() local
[all …]
H A Dibnex_ioctl.c936 &nodep->node_data.ioc_node); in ibnex_devctl()
1131 if (nodep->node_data.pseudo_node.pseudo_merge_node == 1) in ibnex_get_num_devices()
1283 nodep->node_data.ioc_node.ioc_guid) { in ibnex_get_snapshot()
1325 if (nodep->node_data.ioc_node.ioc_ngids == 0 && in ibnex_get_snapshot()
1326 nodep->node_data.ioc_node.ioc_profile != NULL && in ibnex_get_snapshot()
1329 nodep->node_data.ioc_node.ioc_profile) != 0) { in ibnex_get_snapshot()
1343 if (nodep->node_data.pseudo_node.pseudo_merge_node == 1) in ibnex_get_snapshot()
1412 tmp->node_data.port_node.port_guid = port_guid; in ibnex_get_commsvcnode_snapshot()
1413 tmp->node_data.port_node.port_hcaguid = hca_guid; in ibnex_get_commsvcnode_snapshot()
1414 tmp->node_data.port_node.port_commsvc_idx = svc_index; in ibnex_get_commsvcnode_snapshot()
[all …]
/titanic_50/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c41 node_data_t node_data[NUM_LEAVES]; variable
98 node_data[this_node].name = in fpc_common_node_setup()
100 (void) strcpy(node_data[this_node].name, pathname); in fpc_common_node_setup()
101 mutex_init(&node_data[this_node].mutex, NULL, MUTEX_DRIVER, NULL); in fpc_common_node_setup()
139 fpc_platform_node_fini(node_data[i].plat_data_p); in fpc_perfcnt_module_fini()
140 if (node_data[i].name != NULL) { in fpc_perfcnt_module_fini()
141 kmem_free(node_data[i].name, in fpc_perfcnt_module_fini()
142 strlen(node_data[i].name) + 1); in fpc_perfcnt_module_fini()
143 mutex_destroy(&node_data[i].mutex); in fpc_perfcnt_module_fini()
154 return (node_data[index].name); in fpc_get_dev_name_by_number()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h158 } node_data; member
/titanic_50/usr/src/lib/libpool/common/
H A Dpool_xml.c726 xmlChar *data, *node_data; in pool_xml_get_prop() local
755 node_data = xmlNodeGetContent(path->nodesetval->nodeTab[0]); in pool_xml_get_prop()
767 uval = strtoull((char *)node_data, NULL, 0); in pool_xml_get_prop()
775 ival = strtoll((char *)node_data, NULL, 0); in pool_xml_get_prop()
783 atof((const char *)node_data)); in pool_xml_get_prop()
786 if (strcmp((const char *)node_data, "true") in pool_xml_get_prop()
794 (const char *)node_data) != PO_SUCCESS) { in pool_xml_get_prop()
804 xmlFree(node_data); in pool_xml_get_prop()