Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h215 struct kmem_cache *fcip_xmit_cache; /* cache of xmit pkts */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4791 fptr->fcip_xmit_cache = kmem_cache_create(buf, in fcip_init_port()
4801 if (fptr->fcip_xmit_cache == NULL) { in fcip_init_port()
4841 if (fptr->fcip_xmit_cache) { in fcip_init_port()
4842 kmem_cache_destroy(fptr->fcip_xmit_cache); in fcip_init_port()
4843 fptr->fcip_xmit_cache = NULL; in fcip_init_port()
5016 if (fptr->fcip_xmit_cache) { in fcip_softstate_free()
5017 kmem_cache_destroy(fptr->fcip_xmit_cache); in fcip_softstate_free()
5018 fptr->fcip_xmit_cache = NULL; in fcip_softstate_free()
6539 fcip_pkt = kmem_cache_alloc(fptr->fcip_xmit_cache, flags); in fcip_pkt_alloc()
6629 kmem_cache_free(fptr->fcip_xmit_cache, (void *)fcip_pkt); in fcip_pkt_free()