Home
last modified time | relevance | path

Searched refs:FNIC_SGL_CACHE_DFLT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfnic_io.h31 FNIC_SGL_CACHE_DFLT = 0, /* cache with default size sgl */ enumerator
H A Dfnic_main.c902 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
907 fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT] = pool; in fnic_probe()
1094 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
1240 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()
1244 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()
1352 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()
1373 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()
H A Dfnic_scsi.c604 io_req->sgl_type = FNIC_SGL_CACHE_DFLT; in fnic_queuecommand()