Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c354 tgt->tp_scsi_devid = srpt_stp_alloc_scsi_devid_desc(tgt->tp_ibt_svc_id); in srpt_stp_alloc_port()
356 lport->lport_id = tgt->tp_scsi_devid; in srpt_stp_alloc_port()
402 if (tgt->tp_scsi_devid) { in srpt_stp_alloc_port()
403 srpt_stp_free_scsi_devid_desc(tgt->tp_scsi_devid); in srpt_stp_alloc_port()
438 if (tgt->tp_scsi_devid) { in srpt_stp_free_port()
439 srpt_stp_free_scsi_devid_desc(tgt->tp_scsi_devid); in srpt_stp_free_port()
H A Dsrpt_impl.h302 scsi_devid_desc_t *tp_scsi_devid; member