Home
last modified time | relevance | path

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

/linux/drivers/scsi/qedf/
H A Dqedf_main.c120 static struct kmem_cache *qedf_io_work_cache; variable
3369 qedf_io_work_cache); in __qedf_probe()
4150 qedf_io_work_cache = kmem_cache_create("qedf_io_work_cache", in qedf_init()
4152 if (qedf_io_work_cache == NULL) { in qedf_init()
4157 qedf_io_work_cache); in qedf_init()
4229 kmem_cache_destroy(qedf_io_work_cache); in qedf_cleanup()