Searched refs:ctx_mempool (Results 1 – 3 of 3) sorted by relevance
692 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma()780 mempool_free(ctx1, ha->ctx_mempool); in qla2xxx_qpair_sp_free_dma()3993 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()3995 if (!ha->ctx_mempool) in qla2x00_mem_alloc()3999 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()4325 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()4326 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()4720 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()4721 ha->ctx_mempool = NULL; in qla2x00_mem_free()
3185 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla82xx_start_scsi()3381 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla82xx_start_scsi()
4211 mempool_t *ctx_mempool; member