Searched refs:reply_type (Results 1 – 4 of 4) 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()
738 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()1028 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()1031 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()2936 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()3007 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_clear_payload_id_table()3036 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()3161 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()3194 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()3246 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_query_stream_enc_status()3482 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()[all …]
4393 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats_qstat() argument4425 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC) in virtnet_fill_stats_qstat()4432 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats_qstat()4439 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO) in virtnet_fill_stats_qstat()4446 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED) in virtnet_fill_stats_qstat()4453 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC) in virtnet_fill_stats_qstat()4460 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM) in virtnet_fill_stats_qstat()4467 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO) in virtnet_fill_stats_qstat()4474 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED) in virtnet_fill_stats_qstat()4500 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats() argument[all …]
458 u8 reply_type; member