Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c135 ibnd_port_cache_t *portscachetbl[HTSZ]; member
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()
472 for (port_cache = fabric_cache->portscachetbl[hash_indx]; in _find_port()