Home
last modified time | relevance | path

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

/drivers/scsi/snic/
Dsnic_main.c564 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
572 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool; in snic_probe()
714 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
874 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep; in snic_global_data_init()
918 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_global_data_init()
943 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_global_data_cleanup()
Dsnic_io.h41 SNIC_REQ_CACHE_DFLT_SGL = 0, /* cache with default size sgl */ enumerator
Dsnic_io.c239 typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ? in snic_req_init()
240 SNIC_REQ_CACHE_DFLT_SGL : SNIC_REQ_CACHE_MAX_SGL; in snic_req_init()