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

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

Completed in 70 milliseconds