Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/fnic/
Dfnic_io.h42 FNIC_SGL_CACHE_DFLT = 0, /* cache with default size sgl */ enumerator
Dfnic_main.c747 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
750 fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT] = pool; in fnic_probe()
917 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); 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()
1136 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()
1153 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()
Dfnic_scsi.c522 io_req->sgl_type = FNIC_SGL_CACHE_DFLT; in fnic_queuecommand_lck()