Searched refs:iports (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1340 * 'iports'. If the SCSA HBA node can have iport children and also
1343 * HBA driver that does not manage iports should not set SCSA_HBA_HBA.
8274 /* The bus_config request is to configure iports below HBA. */
8353 /* The bus_config request is to unconfigure iports below HBA. */
8972 * The implementation will add the port value into the "scsi-iports" property
8978 * driver that uses iports should expect probe(9E), attach(9E), and detach(9E)
9011 char **iports, **newiports; local
9018 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9022 ddi_prop_free(iports);
9072 char **iports; local
9096 char **iports; local
9239 char **iports; local
9305 char **iports; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h238 list_node_t list_node; /* list node for pwp->iports list_t */
335 * Note: iports_lock protects iports, iports_attached, and
340 list_t iports; member in struct:pmcs_hw
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c205 * Allocate soft state for iports
395 list_insert_tail(&pwp->iports, iport);
516 * Create the list for iports and init its lock.
518 list_create(&pwp->iports, sizeof (pmcs_iport_t),
1258 list_remove(&pwp->iports, iport);
1262 * We have removed the iport handle from the HBA's iports list,
1452 /* Destroy the iports lock and list */
1454 ASSERT(list_is_empty(&pwp->iports));
1455 list_destroy(&pwp->iports);
H A Dpmcs_subr.c1830 * For any iports on this HBA, report empty target sets and
1834 for (iport = list_head(&pwp->iports); iport != NULL;
1835 iport = list_next(&pwp->iports, iport)) {
1877 * Finally, restart the phys, which will bring the iports back
2163 for (iport = list_head(&pwp->iports);
2165 iport = list_next(&pwp->iports, iport)) {
2448 * If no iports have attached, but we have PHYs that are up, we
2455 "%s: no iports attached, retry discovery", __func__);
2680 for (iport = list_head(&pwp->iports); iport != NULL;
2681 iport = list_next(&pwp->iports, ipor
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c464 list_addr = (uintptr_t)(addr + offsetof(struct pmcs_hw, iports));

Completed in 119 milliseconds