Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h95 struct kmem_cache *sf_pkt_cache; member
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c574 sf->sf_pkt_cache = kmem_cache_create(buf, in sf_attach()
579 if (sf->sf_pkt_cache == NULL) { in sf_attach()
870 if (sf->sf_pkt_cache != NULL) { in sf_attach()
871 kmem_cache_destroy(sf->sf_pkt_cache); in sf_attach()
1114 kmem_cache_destroy(sf->sf_pkt_cache); in sf_detach()
1410 kmem_cache_free(sf->sf_pkt_cache, (void *)cmd); in sf_pkt_destroy_extern()
1449 if ((cmd = kmem_cache_alloc(sf->sf_pkt_cache, kf)) != NULL) { in sf_scsi_init_pkt()
1714 kmem_cache_free(sf->sf_pkt_cache, (void *)cmd); in sf_scsi_destroy_pkt()