Searched refs:fdls_frame_cache (Results 1 – 1 of 1) sorted by relevance
41 static struct kmem_cache *fdls_frame_cache; variable916 pool = mempool_create_slab_pool(FDLS_MIN_FRAMES, fdls_frame_cache); in fnic_probe()1272 fdls_frame_cache = kmem_cache_create("fdls_frames", in fnic_init_module()1275 if (!fdls_frame_cache) { in fnic_init_module()1346 kmem_cache_destroy(fdls_frame_cache); in fnic_init_module()1374 kmem_cache_destroy(fdls_frame_cache); in fnic_cleanup_module()