Searched refs:srb_cachep (Results 1 – 2 of 2) sorted by relevance
39 struct kmem_cache *srb_cachep; variable4175 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2x00_mem_alloc()8272 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, in qla2x00_module_init()8274 if (srb_cachep == NULL) { in qla2x00_module_init()8348 kmem_cache_destroy(srb_cachep); in qla2x00_module_init()8368 kmem_cache_destroy(srb_cachep); in qla2x00_module_exit()
9973 qpair->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep); in qla2xxx_create_qpair()