Searched refs:scsi_pkt_cachep (Results 1 – 1 of 1) sorted by relevance
33 static struct kmem_cache *scsi_pkt_cachep; variable2265 scsi_pkt_cachep = kmem_cache_create("libfc_fcp_pkt", in fc_setup_fcp()2268 if (!scsi_pkt_cachep) { in fc_setup_fcp()2279 kmem_cache_destroy(scsi_pkt_cachep); in fc_destroy_fcp()2308 si->scsi_pkt_pool = mempool_create_slab_pool(2, scsi_pkt_cachep); in fc_fcp_init()