Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/
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()
/drivers/gpu/drm/
Ddrm_dp_mst_topology.c736 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()
1024 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()
1027 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()
2976 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()
3048 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_clear_payload_id_table()
3077 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()
3202 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()
3235 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()
3281 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_query_stream_enc_status()
3556 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()
[all …]