Home
last modified time | relevance | path

Searched refs:qla_tgt_plogi_cachep (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gbl.h140 extern struct kmem_cache *qla_tgt_plogi_cachep;
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()
7319 "kmem_cache_create for qla_tgt_plogi_cachep failed\n"); 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()
[all...]
H A Dqla_os.c5107 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
5219 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_target.c133 struct kmem_cache *qla_tgt_plogi_cachep; variable
796 pla = kmem_cache_zalloc(qla_tgt_plogi_cachep, GFP_ATOMIC); in qlt_plogi_ack_find_add()
855 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_plogi_ack_unref()
4847 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qlt_handle_login()
7273 qla_tgt_plogi_cachep = kmem_cache_create("qla_tgt_plogi_cachep", in qlt_init()
7277 if (!qla_tgt_plogi_cachep) { in qlt_init()
7279 "kmem_cache_create for qla_tgt_plogi_cachep failed\n"); in qlt_init()
7308 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_init()
7321 kmem_cache_destroy(qla_tgt_plogi_cachep); in qlt_exit()
[all...]
H A Dqla_gbl.h152 extern struct kmem_cache *qla_tgt_plogi_cachep;
H A Dqla_os.c5362 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()
5474 kmem_cache_free(qla_tgt_plogi_cachep, pla); in qla24xx_create_new_sess()

Completed in 33 milliseconds