Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c417 static Node *nodestbl[HTSZ]; in insert_node() local
421 for (node = nodestbl[hash]; node; node = node->htnext) in insert_node()
427 new->htnext = nodestbl[hash]; in insert_node()
428 nodestbl[hash] = new; in insert_node()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h180 ibnd_node_t *nodestbl[HTSZ]; member
H A Dibnetdisc.c484 int rc1 = add_to_nodeguid_hash(rc, f_int->fabric.nodestbl); in create_node()
624 for (node = fabric->nodestbl[hash]; node; node = node->htnext) in ibnd_find_node_guid()
H A Dibnetdisc_cache.c550 fabric.nodestbl); in _rebuild_nodes()