Home
last modified time | relevance | path

Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm.c133 int reply_type, tag; in nfp_ccm_communicate() local
156 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()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c740 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()
1030 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()
1033 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()
2933 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()
3004 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_clear_payload_id_table()
3033 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()
3158 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()
3191 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()
3243 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_query_stream_enc_status()
3456 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()
[all …]
/openbmc/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h451 u8 reply_type; member