Searched refs:ahci_poll (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | ahci.c | 99 int ahci_poll(struct ahci_ccb *, int, void (*)(void *)); 1058 if (ahci_poll(ccb, 1000, NULL) != 0) in ahci_port_softreset() 1069 if (ahci_poll(ccb, 1000, NULL) != 0) in ahci_port_softreset() 1155 if (ahci_poll(ccb, 1000, ahci_pmp_probe_timeout) != 0) { in ahci_pmp_port_softreset() 1180 if (ahci_poll(ccb, 5000, ahci_pmp_probe_timeout) != 0) { in ahci_pmp_port_softreset() 1642 if (ahci_poll(ccb, 1000, ahci_pmp_probe_timeout) != 0) { in ahci_port_detect_pmp() 1678 if (ahci_poll(ccb, 5000, ahci_pmp_probe_timeout) != 0) { in ahci_port_detect_pmp() 2600 if (ahci_poll(ccb, 1000, NULL) != 0 || in ahci_port_read_ncq_error() 2851 ahci_poll(ccb, xa->timeout, ahci_ata_cmd_timeout); in ahci_ata_cmd() 3023 if (ahci_poll(ccb, 1000, ahci_pmp_probe_timeout) != 0) { in ahci_pmp_read() [all …]
|