Searched refs:fnic_io_req_cache (Results 1 – 1 of 1) sorted by relevance
39 static struct kmem_cache *fnic_io_req_cache; variable758 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_probe()1099 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()1102 if (!fnic_io_req_cache) { in fnic_init_module()1144 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()1164 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()