Lines Matching defs:index

1605 	int			ii, index;
1617 &index, &pkey, &port_num) != IBNEX_SUCCESS) {
1653 rval = ibnex_get_dip_from_guid(port_guid, index, pkey, &cdip);
1666 port_attr, index, IBNEX_PORT_COMMSVC_NODE, pkey, &rval,
1672 port_attr, index, IBNEX_HCASVC_COMMSVC_NODE, pkey, &rval,
1687 index, IBNEX_VPPA_COMMSVC_NODE,
1707 * service index & Port #.
1711 ibnex_get_pkey_commsvc_index_portnum(char *device_name, int *index,
1755 *index = ii;
2707 ibnex_get_node_and_dip_from_guid(ib_guid_t guid, int index, ib_pkey_t pkey,
2725 if ((node_guid == guid) && (index == node_index) &&
2757 ibnex_get_dip_from_guid(ib_guid_t guid, int index, ib_pkey_t pkey,
2775 if ((node_guid == guid) && (index == node_index) &&
2918 int index;
2920 for (index = 0; index < ibnex.ibnex_num_comm_svcs; index++) {
2921 kmem_free(ibnex.ibnex_comm_svc_names[index],
2922 (strlen(ibnex.ibnex_comm_svc_names[index]) + 1));
2928 for (index = 0; index < ibnex.ibnex_nvppa_comm_svcs; index++) {
2929 kmem_free(ibnex.ibnex_vppa_comm_svc_names[index],
2930 strlen(ibnex.ibnex_vppa_comm_svc_names[index]) +1);
2936 for (index = 0; index < ibnex.ibnex_nhcasvc_comm_svcs; index++) {
2937 kmem_free(ibnex.ibnex_hcasvc_comm_svc_names[index],
2938 strlen(ibnex.ibnex_hcasvc_comm_svc_names[index]) +1);
2966 int index, int node_type, ib_pkey_t pkey, int *rval, int flag)
2987 index, pkey);
3013 index, pkey);
3030 svcname = ibnex.ibnex_vppa_comm_svc_names[index];
3037 svcname = ibnex.ibnex_hcasvc_comm_svc_names[index];
3043 svcname = ibnex.ibnex_comm_svc_names[index];
3377 int index, ib_pkey_t pkey)
3407 index) &&
3525 ibnex_init_child_nodedata(ibnex_node_type_t node_type, void *attr, int index,
3576 node_data->node_data.port_node.port_commsvc_idx = index;