Searched refs:FNIC_SGL_CACHE_DFLT (Results 1 – 3 of 3) sorted by relevance
42 FNIC_SGL_CACHE_DFLT = 0, /* cache with default size sgl */ enumerator
742 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()745 fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT] = pool; in fnic_probe()915 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()1058 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()1062 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()1133 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()1150 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()
503 io_req->sgl_type = FNIC_SGL_CACHE_DFLT; in fnic_queuecommand_lck()