Searched refs:ap_state (Results 1 – 2 of 2) sorted by relevance
1005 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()1215 ap->ap_state = AP_S_PMP_PORT_PROBE; in ahci_pmp_port_probe()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()1697 if (ap->ap_state == AP_S_PMP_PROBE) { in ahci_port_detect_pmp()1698 ap->ap_state = AP_S_NORMAL; in ahci_port_detect_pmp()[all …]
83 u_int32_t ap_state; member