Searched refs:fnic_io_req_cache (Results 1 – 1 of 1) sorted by relevance
51 static struct kmem_cache *fnic_io_req_cache; variable744 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_probe()1085 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()1088 if (!fnic_io_req_cache) { in fnic_init_module()1133 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()1155 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()