Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c131 struct kmem_cache *qla_tgt_plogi_cachep; variable
789 pla = kmem_cache_zalloc(qla_tgt_plogi_cachep, GFP_ATOMIC); in qlt_plogi_ack_find_add()
848 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_plogi_ack_unref()
5158 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_handle_login()
8371 qla_tgt_plogi_cachep = kmem_cache_create("qla_tgt_plogi_cachep", in qlt_init()
8375 if (!qla_tgt_plogi_cachep) { in qlt_init()
8406 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_init()
8419 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_exit()
H A Dqla_os.c5351 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
5463 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()