Searched refs:IPORT_RESET_PENDING (Results 1 – 2 of 2) sorted by relevance
347 clear_bit(IPORT_RESET_PENDING, &isci_port->state); in isci_port_hard_reset_complete()1646 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset()1660 set_bit(IPORT_RESET_PENDING, &iport->state); in isci_port_perform_hard_reset()1682 clear_bit(IPORT_RESET_PENDING, &iport->state); in isci_port_perform_hard_reset()1710 if (test_bit(IPORT_RESET_PENDING, &iport->state)) in isci_ata_check_ready()
100 #define IPORT_RESET_PENDING 0 macro