Searched refs:hash_indx (Results 1 – 1 of 1) sorted by relevance
302 int hash_indx = HASHGUID(node_cache->node->guid) % HTSZ; in store_node_cache() local307 node_cache->htnext = fabric_cache->nodescachetbl[hash_indx]; in store_node_cache()308 fabric_cache->nodescachetbl[hash_indx] = node_cache; in store_node_cache()403 int hash_indx = HASHGUID(port_cache->port->guid) % HTSZ; in store_port_cache() local408 port_cache->htnext = fabric_cache->portscachetbl[hash_indx]; in store_port_cache()409 fabric_cache->portscachetbl[hash_indx] = port_cache; in store_port_cache()469 int hash_indx = HASHGUID(port_cache_key->guid) % HTSZ; in _find_port() local472 for (port_cache = fabric_cache->portscachetbl[hash_indx]; in _find_port()485 int hash_indx = HASHGUID(guid) % HTSZ; in _find_node() local488 for (node_cache = fabric_cache->nodescachetbl[hash_indx]; in _find_node()