Searched refs:req_cache (Results 1 – 2 of 2) 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 …]
143 struct hisi_zip_req *req_cache; in hisi_zip_create_req() local158 req_cache = q + req_id; in hisi_zip_create_req()159 req_cache->req_id = req_id; in hisi_zip_create_req()160 req_cache->req = req; in hisi_zip_create_req()161 req_cache->qp_ctx = qp_ctx; in hisi_zip_create_req()163 return req_cache; in hisi_zip_create_req()