Searched refs:ack_detected (Results 1 – 1 of 1) sorted by relevance
210 bool ack_detected; in fw_domain_wait_ack_with_fallback() local235 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()238 } while (!ack_detected && pass++ < 10); in fw_domain_wait_ack_with_fallback()247 return ack_detected ? 0 : -ETIMEDOUT; in fw_domain_wait_ack_with_fallback()