Lines Matching refs:ctx_mempool
728 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma()
803 mempool_free(ctx1, ha->ctx_mempool); in qla2xxx_qpair_sp_free_dma()
3923 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()
3925 if (!ha->ctx_mempool) in qla2x00_mem_alloc()
3929 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
4147 if (ha->ctx_mempool) in qla2x00_mem_alloc()
4148 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()
4149 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()
4495 if (ha->ctx_mempool) in qla2x00_mem_free()
4496 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()
4511 ha->ctx_mempool = NULL; in qla2x00_mem_free()