Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_fcp.c45 static struct kmem_cache *scsi_pkt_cachep; variable
2231 scsi_pkt_cachep = kmem_cache_create("libfc_fcp_pkt", in fc_setup_fcp()
2234 if (!scsi_pkt_cachep) { in fc_setup_fcp()
2245 if (scsi_pkt_cachep) in fc_destroy_fcp()
2246 kmem_cache_destroy(scsi_pkt_cachep); in fc_destroy_fcp()
2275 si->scsi_pkt_pool = mempool_create_slab_pool(2, scsi_pkt_cachep); in fc_fcp_init()