Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_fcp.c33 static struct kmem_cache *scsi_pkt_cachep; variable
2259 scsi_pkt_cachep = kmem_cache_create("libfc_fcp_pkt", in fc_setup_fcp()
2262 if (!scsi_pkt_cachep) { in fc_setup_fcp()
2273 kmem_cache_destroy(scsi_pkt_cachep); in fc_destroy_fcp()
2302 si->scsi_pkt_pool = mempool_create_slab_pool(2, scsi_pkt_cachep); in fc_fcp_init()