Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h215 struct kmem_cache *fcip_xmit_cache; /* cache of xmit pkts */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4620 fptr->fcip_xmit_cache = kmem_cache_create(buf, in fcip_init_port()
4630 if (fptr->fcip_xmit_cache == NULL) { in fcip_init_port()
4667 if (fptr->fcip_xmit_cache) { in fcip_init_port()
4668 kmem_cache_destroy(fptr->fcip_xmit_cache); in fcip_init_port()
4669 fptr->fcip_xmit_cache = NULL; in fcip_init_port()
4842 if (fptr->fcip_xmit_cache) { in fcip_softstate_free()
4843 kmem_cache_destroy(fptr->fcip_xmit_cache); in fcip_softstate_free()
4844 fptr->fcip_xmit_cache = NULL; in fcip_softstate_free()
6359 fcip_pkt = kmem_cache_alloc(fptr->fcip_xmit_cache, flags); in fcip_pkt_alloc()
6449 kmem_cache_free(fptr->fcip_xmit_cache, (void *)fcip_pkt); in fcip_pkt_free()