Lines Matching refs:fnic_sgl_cache
50 static struct kmem_cache *fnic_sgl_cache[FNIC_SGL_NUM_CACHES]; variable
747 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
752 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_probe()
1061 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()
1065 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()
1073 fnic_sgl_cache[FNIC_SGL_CACHE_MAX] = kmem_cache_create in fnic_init_module()
1077 if (!fnic_sgl_cache[FNIC_SGL_CACHE_MAX]) { in fnic_init_module()
1134 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_init_module()
1136 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()
1152 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_cleanup_module()
1153 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()