Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/snic/
Dsnic_main.c593 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
600 snic->req_pool[SNIC_REQ_CACHE_MAX_SGL] = pool; in snic_probe()
728 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
909 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep; in snic_global_data_init()
937 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_global_data_init()
964 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_global_data_cleanup()
Dsnic_io.h42 SNIC_REQ_CACHE_MAX_SGL, /* cache with max size sgl */ enumerator
Dsnic_io.c209 SNIC_REQ_CACHE_DFLT_SGL : SNIC_REQ_CACHE_MAX_SGL; in snic_req_init()