Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h224 struct kmem_cache *fcip_sendup_cache; /* for sendup elems */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3013 msg_elem = kmem_cache_alloc(fptr->fcip_sendup_cache, KM_NOSLEEP); in fcip_sendup_alloc_enque()
3158 kmem_cache_free(fptr->fcip_sendup_cache, (void *)msg_elem); in fcip_sendup_thr()
4626 fptr->fcip_sendup_cache = kmem_cache_create(buf, in fcip_init_port()
4672 if (fptr->fcip_sendup_cache) { in fcip_init_port()
4673 kmem_cache_destroy(fptr->fcip_sendup_cache); in fcip_init_port()
4674 fptr->fcip_sendup_cache = NULL; in fcip_init_port()
4847 if (fptr->fcip_sendup_cache) { in fcip_softstate_free()
4848 kmem_cache_destroy(fptr->fcip_sendup_cache); in fcip_softstate_free()
4849 fptr->fcip_sendup_cache = NULL; in fcip_softstate_free()