Home
last modified time | relevance | path

Searched refs:ibnex_comm_svc_names (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1499 svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data. in ibnex_fill_nodeinfo()
1864 ((ibnex.ibnex_comm_svc_names != NULL) && in ibnex_get_dip_from_apid()
1867 ibnex_comm_svc_names[index]) != NULL)) || in ibnex_get_dip_from_apid()
2127 if (strncmp(ibnex.ibnex_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2248 ibnex.ibnex_comm_svc_names[nodep->node_data.port_node. in ibnex_return_apid()
2339 service_name[i] = ibnex.ibnex_comm_svc_names[i]; in ibnex_port_conf_entry_add()
2344 if (ibnex.ibnex_comm_svc_names) { in ibnex_port_conf_entry_add()
2345 kmem_free(ibnex.ibnex_comm_svc_names, nsvcs * sizeof (char *)); in ibnex_port_conf_entry_add()
2348 ibnex.ibnex_comm_svc_names = service_name; in ibnex_port_conf_entry_add()
2496 if (strcmp(ibnex.ibnex_comm_svc_names[i], service)) in ibnex_port_conf_entry_delete()
[all …]
H A Dibnex.c303 ibnex.ibnex_comm_svc_names ibnex.ibnex_nvppa_comm_svcs
1077 ibnex.ibnex_comm_svc_names[port_node->port_commsvc_idx]); in ibnex_name_child()
1737 service_name = ibnex.ibnex_comm_svc_names; in ibnex_get_pkey_commsvc_index_portnum()
2884 ibnex.ibnex_comm_svc_names = comm_svcp; in ibnex_comm_svc_init()
2921 kmem_free(ibnex.ibnex_comm_svc_names[index], in ibnex_comm_svc_fini()
2922 (strlen(ibnex.ibnex_comm_svc_names[index]) + 1)); in ibnex_comm_svc_fini()
2924 if (ibnex.ibnex_comm_svc_names) { in ibnex_comm_svc_fini()
2925 kmem_free(ibnex.ibnex_comm_svc_names, in ibnex_comm_svc_fini()
2944 ibnex.ibnex_comm_svc_names = NULL; in ibnex_comm_svc_fini()
3043 svcname = ibnex.ibnex_comm_svc_names[index]; in ibnex_commsvc_initnode()
[all …]
/titanic_41/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h197 char **ibnex_comm_svc_names; member