SNIC_REQ_CACHE_DFLT_SGL
typ = (sg_cnt <= SNIC_REQ_CACHE_DFLT_SGL) ?
SNIC_REQ_CACHE_DFLT_SGL : SNIC_REQ_CACHE_MAX_SGL;
snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool;
mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]);
snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);
kmem_cache_destroy(snic_glob->req_cache[SNIC_REQ_CACHE_DFLT_SGL]);