Searched refs:ahci_start_port (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 195 static int ahci_start_port(ahci_ctl_t *, ahci_port_t *, uint8_t); 4139 if (ahci_start_port(ahci_ctlp, ahci_portp, port) in ahci_initialize_port() 5128 if (ahci_start_port(ahci_ctlp, ahci_portp, port) in ahci_software_reset() 5989 ahci_start_port(ahci_ctl_t *ahci_ctlp, ahci_port_t *ahci_portp, uint8_t port) in ahci_start_port() function 7544 if (ahci_start_port(ahci_ctlp, ahci_portp, port) in ahci_intr_phyrdy_change() 8631 (void) ahci_start_port(ahci_ctlp, ahci_portp, port); in ahci_restart_port_wait_till_ready() 8684 (void) ahci_start_port(ahci_ctlp, ahci_portp, port); in ahci_restart_port_wait_till_ready() 8706 (void) ahci_start_port(ahci_ctlp, ahci_portp, port); in ahci_restart_port_wait_till_ready() 8738 (void) ahci_start_port(ahci_ctlp, ahci_portp, port); in ahci_restart_port_wait_till_ready()
|