Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_main.c43 static struct kmem_cache *fdls_frame_recv_cache; variable
1061 fdls_frame_recv_cache); in fnic_probe()
1456 fdls_frame_recv_cache = kmem_cache_create("fdls_frame_recv", in fnic_init_module()
1459 if (!fdls_frame_recv_cache) { in fnic_init_module()
1528 kmem_cache_destroy(fdls_frame_recv_cache); in fnic_init_module()