Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c302 int hash_indx = HASHGUID(node_cache->node->guid) % HTSZ; in store_node_cache() local
307 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() local
408 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() local
472 for (port_cache = fabric_cache->portscachetbl[hash_indx]; in _find_port()
485 int hash_indx = HASHGUID(guid) % HTSZ; in _find_node() local
488 for (node_cache = fabric_cache->nodescachetbl[hash_indx]; in _find_node()