Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_gbl.h127 extern struct kmem_cache *qla_tgt_plogi_cachep;
Dqla_target.c149 struct kmem_cache *qla_tgt_plogi_cachep; variable
818 pla = kmem_cache_zalloc(qla_tgt_plogi_cachep, GFP_ATOMIC); in qlt_plogi_ack_find_add()
877 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_plogi_ack_unref()
7232 qla_tgt_plogi_cachep = kmem_cache_create("qla_tgt_plogi_cachep", in qlt_init()
7236 if (!qla_tgt_plogi_cachep) { in qlt_init()
7267 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_init()
7280 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_exit()
Dqla_os.c4827 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
4938 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()