Searched defs:ahci_start_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c145 static int ahci_start_port(ahci_ctl_t *, ahci_port_t *, uint8_t);
4034 if (ahci_start_port(ahci_ctlp, ahci_portp, port)
5023 if (ahci_start_port(ahci_ctlp, ahci_portp, port)
5878 ahci_start_port(ahci_ctl_t *ahci_ctlp, ahci_port_t *ahci_portp, uint8_t port) function
5884 AHCIDBG(AHCIDBG_ENTRY, ahci_ctlp, "ahci_start_port: %d enter", port);
5887 AHCIDBG(AHCIDBG_ERRS, ahci_ctlp, "ahci_start_port failed "
5894 AHCIDBG(AHCIDBG_ERRS, ahci_ctlp, "ahci_start_port failed "
5921 AHCIDBG(AHCIDBG_ERRS, ahci_ctlp, "ahci_start_port: "
7440 if (ahci_start_port(ahci_ctlp, ahci_portp, port)
8527 (void) ahci_start_port(ahci_ctl
[all...]

Completed in 76 milliseconds