Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c115 struct ibnd_node_cache *htnext; member
125 struct ibnd_port_cache *htnext; member
307 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()
H A Dibnetdisc.h100 struct ibnd_node *htnext; /* hash table list */ member
121 struct ibnd_port *htnext; member
H A Dibnetdisc.c624 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()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c101 Node *htnext; member
421 for (node = nodestbl[hash]; node; node = node->htnext) in insert_node()
427 new->htnext = nodestbl[hash]; in insert_node()