Home
last modified time | relevance | path

Searched refs:FNIC_SGL_CACHE_DFLT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_io.h42 FNIC_SGL_CACHE_DFLT = 0, /* cache with default size sgl */ enumerator
H A Dfnic_main.c748 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
751 fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT] = pool; in fnic_probe()
918 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
1062 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()
1066 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()
1137 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()
1154 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()
H A Dfnic_scsi.c522 io_req->sgl_type = FNIC_SGL_CACHE_DFLT; in fnic_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_io.h30 FNIC_SGL_CACHE_DFLT = 0, /* cache with default size sgl */ enumerator
H A Dfnic_main.c764 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
767 fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT] = pool; in fnic_probe()
934 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
1078 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create in fnic_init_module()
1082 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) { in fnic_init_module()
1150 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_init_module()
1165 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]); in fnic_cleanup_module()
H A Dfnic_scsi.c511 io_req->sgl_type = FNIC_SGL_CACHE_DFLT; in fnic_queuecommand_lck()

Completed in 11 milliseconds