Searched refs:fnic_io_req_cache (Results 1 – 1 of 1) sorted by relevance
40 static struct kmem_cache *fnic_io_req_cache; variable685 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_scsi_drv_init()724 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_nvme_drv_init()1429 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()1432 if (!fnic_io_req_cache) { in fnic_init_module()1536 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()1562 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()