Searched refs:req_cache (Results 1 – 3 of 3) sorted by relevance
549 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()560 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()571 snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_probe()859 snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep; in snic_global_data_init()872 snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL] = cachep; in snic_global_data_init()883 snic_glob->req_cache[SNIC_REQ_TM_CACHE] = cachep; in snic_global_data_init()898 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_global_data_init()901 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_MAX_SGL]); in snic_global_data_init()904 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]); in snic_global_data_init()927 kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_TM_CACHE]); in snic_global_data_cleanup()[all …]
344 struct kmem_cache *req_cache[SNIC_REQ_MAX_CACHES]; member
116 struct hisi_zip_req *req_cache; in hisi_zip_create_req() local131 req_cache = q + req_id; in hisi_zip_create_req()132 req_cache->req_id = req_id; in hisi_zip_create_req()133 req_cache->req = req; in hisi_zip_create_req()135 return req_cache; in hisi_zip_create_req()