Home
last modified time | relevance | path

Searched refs:ctx_mempool (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c4192 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ, in qla2x00_mem_alloc()
4194 if (!ha->ctx_mempool) in qla2x00_mem_alloc()
4198 ctx_cachep, ha->ctx_mempool); in qla2x00_mem_alloc()
4577 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_alloc()
4578 ha->ctx_mempool = NULL; in qla2x00_mem_alloc()
4979 mempool_destroy(ha->ctx_mempool); in qla2x00_mem_free()
4980 ha->ctx_mempool = NULL; in qla2x00_mem_free()
H A Dqla_iocb.c3680 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla82xx_start_scsi()
4484 mempool_free(sp->u.scmd.crc_ctx, ha->ctx_mempool); in qla_start_scsi_type6()
H A Dqla_def.h4751 mempool_t *ctx_mempool; member