Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c998 int ncport, npmport; in sata_hba_detach() local
1062 for (npmport = 0; npmport < SATA_NUM_PMPORTS( in sata_hba_detach()
1063 sata_hba_inst, ncport); npmport++) { in sata_hba_detach()
1065 npmport); in sata_hba_detach()
10565 int npmport; in sata_probe_pmports() local
10571 for (npmport = 0; npmport < pmultinfo->pmult_num_dev_ports; npmport++) { in sata_probe_pmports()
10572 pmportinfo = pmultinfo->pmult_dev_port[npmport]; in sata_probe_pmports()
10576 sata_device.satadev_addr.pmport = npmport; in sata_probe_pmports()
10601 "no device found at port %d:%d", ncport, npmport); in sata_probe_pmports()
10620 drive->satadrv_addr.pmport = npmport; in sata_probe_pmports()
[all …]
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4729 int npmport; in ahci_probe_pmult() local
4738 npmport = ddi_ffs(port_hotplug_tags) - 1; in ahci_probe_pmult()
4739 if (npmport == -1) in ahci_probe_pmult()
4744 "hot-plug event at port %d:%d", port, npmport); in ahci_probe_pmult()
4746 AHCI_ADDR_SET_PMPORT(&pmport_addr, port, (uint8_t)npmport); in ahci_probe_pmult()
4775 sdevice.satadev_addr.pmport = (uint8_t)npmport; in ahci_probe_pmult()
4788 port, npmport); in ahci_probe_pmult()
4802 "device link established", port, npmport); in ahci_probe_pmult()
4825 "device link lost", port, npmport); in ahci_probe_pmult()
4843 CLEAR_BIT(port_hotplug_tags, npmport); in ahci_probe_pmult()
[all …]