Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/snic/
A Dsnic_main.c550 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
558 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool; in snic_probe()
700 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
860 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep; in snic_global_data_init()
904 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_global_data_init()
929 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_global_data_cleanup()
A Dsnic_io.h27 SNIC_REQ_CACHE_DFLT_SGL = 0, /* cache with default size sgl */ enumerator
A Dsnic_io.c225 typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ? in snic_req_init()
226 SNIC_REQ_CACHE_DFLT_SGL : SNIC_REQ_CACHE_MAX_SGL; in snic_req_init()

Completed in 5 milliseconds