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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h269 kmem_cache_t *tran_pkt_cache_ptr; member in struct:scsi_hba_tran
324 scsi_hba_tran::tran_pkt_cache_ptr))
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c317 pktw = kmem_cache_alloc(tranp->tran_pkt_cache_ptr,
505 kmem_cache_free(tranp->tran_pkt_cache_ptr, pktw);
553 kmem_cache_free(A_TO_TRAN(ap)->tran_pkt_cache_ptr, pktw);
H A Dscsi_hba.c1328 tran->tran_pkt_cache_ptr = kmem_cache_create(
1395 if (tran->tran_pkt_cache_ptr) {
1396 kmem_cache_destroy(tran->tran_pkt_cache_ptr);
1397 tran->tran_pkt_cache_ptr = NULL;

Completed in 84 milliseconds