Searched refs:fnic_sgl_cache (Results 1 – 1 of 1) sorted by relevance
39 static struct kmem_cache *fnic_sgl_cache[FNIC_SGL_NUM_CACHES]; variable1031 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()1038 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_probe()1406 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()1410 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()1418 fnic_sgl_cache[FNIC_SGL_CACHE_MAX] = kmem_cache_create in fnic_init_module()1422 if (!fnic_sgl_cache[FNIC_SGL_CACHE_MAX]) { in fnic_init_module()1538 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_init_module()1540 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()1560 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MAX]); in fnic_cleanup_module()[all …]