Lines Matching refs:ibnd_node_cache_t
117 } ibnd_node_cache_t; typedef
132 ibnd_node_cache_t *nodes_cache;
134 ibnd_node_cache_t *nodescachetbl[HTSZ];
258 static void _destroy_ibnd_node_cache(ibnd_node_cache_t * node_cache) in _destroy_ibnd_node_cache()
268 ibnd_node_cache_t *node_cache; in _destroy_ibnd_fabric_cache()
269 ibnd_node_cache_t *node_cache_next; in _destroy_ibnd_fabric_cache()
299 static void store_node_cache(ibnd_node_cache_t * node_cache, in store_node_cache()
314 ibnd_node_cache_t *node_cache = NULL; in _load_node()
319 node_cache = (ibnd_node_cache_t *) malloc(sizeof(ibnd_node_cache_t)); in _load_node()
324 memset(node_cache, '\0', sizeof(ibnd_node_cache_t)); in _load_node()
482 static ibnd_node_cache_t *_find_node(ibnd_fabric_cache_t * fabric_cache, in _find_node()
486 ibnd_node_cache_t *node_cache; in _find_node()
530 ibnd_node_cache_t *node_cache; in _rebuild_nodes()
531 ibnd_node_cache_t *node_cache_next; in _rebuild_nodes()
588 ibnd_node_cache_t *node_cache; in _rebuild_ports()
630 ibnd_node_cache_t *node_cache = NULL; in ibnd_load_fabric()