Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dahci.c1005 oldstate = ap->ap_state; in ahci_port_softreset()
1006 ap->ap_state = AP_S_ERROR_RECOVERY; in ahci_port_softreset()
1096 ap->ap_state = oldstate; in ahci_port_softreset()
1222 ap->ap_state = AP_S_NORMAL; in ahci_pmp_port_probe()
1229 ap->ap_state = AP_S_NORMAL; in ahci_pmp_port_probe()
1236 ap->ap_state = AP_S_NORMAL; in ahci_pmp_port_probe()
1575 ap->ap_state = AP_S_PMP_PROBE; in ahci_port_detect_pmp()
1698 ap->ap_state = AP_S_NORMAL; in ahci_port_detect_pmp()
2295 ap->ap_state = AP_S_FATAL_ERROR; in ahci_port_intr()
2562 oldstate = ap->ap_state; in ahci_port_read_ncq_error()
[all …]
H A Dahcivar.h83 u_int32_t ap_state; member