Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance
133 int reply_type, tag; in nfp_ccm_communicate() local156 reply_type = nfp_ccm_get_type(skb); in nfp_ccm_communicate()157 if (reply_type != __NFP_CCM_REPLY(type)) { in nfp_ccm_communicate()159 reply_type, __NFP_CCM_REPLY(type)); in nfp_ccm_communicate()
385 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()632 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()635 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()2127 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()2178 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()2290 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()2323 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()2563 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()2613 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_dpcd_write()2628 reply.reply_type = DP_SIDEBAND_REPLY_ACK; in drm_dp_encode_up_ack_reply()[all …]
359 u8 reply_type; member