Searched refs:fnic_io_req_cache (Results 1 – 1 of 1) sorted by relevance
51 static struct kmem_cache *fnic_io_req_cache; variable743 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_probe()1084 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()1087 if (!fnic_io_req_cache) { in fnic_init_module()1132 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()1154 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()