Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libibnetdisc/
Dibnetdisc_cache.c127 } ibnd_port_cache_t; typedef
133 ibnd_port_cache_t *ports_cache;
135 ibnd_port_cache_t *portscachetbl[HTSZ];
270 ibnd_port_cache_t *port_cache; in _destroy_ibnd_fabric_cache()
271 ibnd_port_cache_t *port_cache_next; in _destroy_ibnd_fabric_cache()
400 static void store_port_cache(ibnd_port_cache_t * port_cache, in store_port_cache()
415 ibnd_port_cache_t *port_cache = NULL; in _load_port()
420 port_cache = (ibnd_port_cache_t *) malloc(sizeof(ibnd_port_cache_t)); in _load_port()
425 memset(port_cache, '\0', sizeof(ibnd_port_cache_t)); in _load_port()
466 static ibnd_port_cache_t *_find_port(ibnd_fabric_cache_t * fabric_cache, in _find_port()
[all …]