Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/qedf/
Dqedf_main.c120 static struct kmem_cache *qedf_io_work_cache; variable
3369 qedf_io_work_cache); in __qedf_probe()
4146 qedf_io_work_cache = kmem_cache_create("qedf_io_work_cache", in qedf_init()
4148 if (qedf_io_work_cache == NULL) { in qedf_init()
4153 qedf_io_work_cache); in qedf_init()
4224 kmem_cache_destroy(qedf_io_work_cache); in qedf_cleanup()