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