Searched refs:htnext (Results 1 – 4 of 4) sorted by relevance
115 struct ibnd_node_cache *htnext; member125 struct ibnd_port_cache *htnext; member307 node_cache->htnext = fabric_cache->nodescachetbl[hash_indx]; in store_node_cache()408 port_cache->htnext = fabric_cache->portscachetbl[hash_indx]; in store_port_cache()473 port_cache; port_cache = port_cache->htnext) { in _find_port()489 node_cache; node_cache = node_cache->htnext) { in _find_node()943 port_next = port->htnext; in ibnd_cache_fabric()
100 struct ibnd_node *htnext; /* hash table list */ member121 struct ibnd_port *htnext; member
624 for (node = fabric->nodestbl[hash]; node; node = node->htnext) in ibnd_find_node_guid()643 for (tblnode = hash[hash_idx]; tblnode; tblnode = tblnode->htnext) { in add_to_nodeguid_hash()651 node->htnext = hash[hash_idx]; in add_to_nodeguid_hash()662 for (tblport = hash[hash_idx]; tblport; tblport = tblport->htnext) { in add_to_portguid_hash()670 port->htnext = hash[hash_idx]; in add_to_portguid_hash()937 for (port = fabric->portstbl[hash]; port; port = port->htnext) in ibnd_find_port_guid()1001 for (cur = fabric->portstbl[i]; cur; cur = cur->htnext) in ibnd_iter_ports()
101 Node *htnext; member421 for (node = nodestbl[hash]; node; node = node->htnext) in insert_node()427 new->htnext = nodestbl[hash]; in insert_node()