Searched refs:ctx_mempool (Results 1 – 4 of 4) sorted by relevance
728 mempool_free(ctx1, ha->ctx_mempool); in qla2x00_sp_free_dma()811 mempool_free(ctx1, ha->ctx_mempool); in qla2xxx_qpair_sp_free_dma()4094 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()4096 if (!ha->ctx_mempool) in qla2x00_mem_alloc()4100 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()4466 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()4467 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()4867 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()4868 ha->ctx_mempool = NULL; in qla2x00_mem_free()
2821 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla28xx_start_scsi_edif()2996 mempool_free(sp->u.scmd.ct6_ctx, ha->ctx_mempool); in qla28xx_start_scsi_edif()
3425 mempool_alloc(ha->ctx_mempool, GFP_ATOMIC); in qla82xx_start_scsi()3621 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla82xx_start_scsi()
4619 mempool_t *ctx_mempool; member