Searched refs:lun_dip (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 383 ilp->lun_dip = NULL; in iscsi_lun_virt_create() 389 ilp->lun_dip = NULL; in iscsi_lun_virt_create() 414 dev_info_t *lun_dip = NULL; in iscsi_lun_phys_create() local 451 DEVI_SID_NODEID, &lun_dip); in iscsi_lun_phys_create() 457 lun_dip, TARGET_PROP, (int)isp->sess_oid) != in iscsi_lun_phys_create() 467 lun_dip, LUN_PROP, (int)ilp->lun_num) != in iscsi_lun_phys_create() 477 lun_dip, "compatible", compatible, ncompatible) in iscsi_lun_phys_create() 490 ndi_rtn = ndi_devi_online(lun_dip, 0); in iscsi_lun_phys_create() 502 ddi_get_instance(lun_dip)); in iscsi_lun_phys_create() 504 lun_dip, NDI_GUID, instance); in iscsi_lun_phys_create() [all …]
|
H A D | iscsi.c | 81 static int iscsi_tran_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, 87 static void iscsi_tran_lun_free(dev_info_t *hba_dip, dev_info_t *lun_dip, 141 static int iscsi_virt_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, 143 static int iscsi_phys_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, 774 iscsi_tran_lun_init(dev_info_t *hba_dip, dev_info_t *lun_dip, in iscsi_tran_lun_init() argument 787 type = mdi_get_component_type(lun_dip); in iscsi_tran_lun_init() 789 rval = iscsi_phys_lun_init(hba_dip, lun_dip, hba_tran, sd); in iscsi_tran_lun_init() 791 rval = iscsi_virt_lun_init(hba_dip, lun_dip, hba_tran, sd); in iscsi_tran_lun_init() 891 iscsi_tran_lun_free(dev_info_t *hba_dip, dev_info_t *lun_dip, in iscsi_tran_lun_free() argument 897 ASSERT(lun_dip != NULL); in iscsi_tran_lun_free() [all …]
|
H A D | iscsi.h | 535 dev_info_t *lun_dip; member
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 2969 mptsas_name_child(dev_info_t *lun_dip, char *name, int len) in mptsas_name_child() argument 2977 lun = ddi_prop_get_int(DDI_DEV_T_ANY, lun_dip, DDI_PROP_DONTPASS, in mptsas_name_child() 2980 if ((phynum = ddi_prop_get_int(DDI_DEV_T_ANY, lun_dip, in mptsas_name_child() 2986 } else if (ddi_prop_lookup_string(DDI_DEV_T_ANY, lun_dip, in mptsas_name_child() 9056 dev_info_t *lun_dip = NULL; in mptsas_get_name() local 9060 lun_dip = sd->sd_dev; in mptsas_get_name() 9061 ASSERT(lun_dip != NULL); in mptsas_get_name() 9063 if (mptsas_name_child(lun_dip, name, len) == DDI_SUCCESS) { in mptsas_get_name() 14948 dev_info_t **lun_dip, mptsas_target_t *ptgt, int lun) in mptsas_create_lun() argument 15050 rval = mptsas_create_virt_lun(pdip, sd_inq, guid, lun_dip, &pip, in mptsas_create_lun() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | mpapi_impl.c | 3934 dev_info_t *lun_dip; in vhci_mpapi_sync_lu_oid_list() local 3963 lun_dip = mdi_pi_get_client in vhci_mpapi_sync_lu_oid_list() 3971 ddi_get_instance(lun_dip), raw_oid); in vhci_mpapi_sync_lu_oid_list() 3973 ddi_driver_major(lun_dip), raw_oid); in vhci_mpapi_sync_lu_oid_list()
|