Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_target.c140 struct kmem_cache *qla_tgt_plogi_cachep; variable
802 pla = kmem_cache_zalloc(qla_tgt_plogi_cachep, GFP_ATOMIC); in qlt_plogi_ack_find_add()
861 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_plogi_ack_unref()
4779 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_handle_login()
7313 qla_tgt_plogi_cachep = kmem_cache_create("qla_tgt_plogi_cachep", in qlt_init()
7317 if (!qla_tgt_plogi_cachep) { in qlt_init()
7348 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_init()
7361 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_exit()
H A Dqla_gbl.h140 extern struct kmem_cache *qla_tgt_plogi_cachep;
H A Dqla_os.c5101 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
5213 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()