Searched refs:bytes_to_recv (Results 1 – 1 of 1) sorted by relevance
523 ssize_t ret, bytes_to_recv, len; in intel_dp_hdcp2_read_msg() local555 bytes_to_recv = size - 1; in intel_dp_hdcp2_read_msg()557 while (bytes_to_recv) { in intel_dp_hdcp2_read_msg()558 len = bytes_to_recv > DP_AUX_MAX_PAYLOAD_BYTES ? in intel_dp_hdcp2_read_msg()559 DP_AUX_MAX_PAYLOAD_BYTES : bytes_to_recv; in intel_dp_hdcp2_read_msg()562 if (bytes_to_recv == size - 1 && hdcp2_msg_data->msg_read_timeout > 0) { in intel_dp_hdcp2_read_msg()575 bytes_to_recv -= ret; in intel_dp_hdcp2_read_msg()