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()
1040 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()1043 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()2942 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()3042 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()3167 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()3200 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()3488 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()3537 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_dpcd_write()3553 reply.reply_type = DP_SIDEBAND_REPLY_ACK; in drm_dp_encode_up_ack_reply()4009 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_mst_handle_down_rep()[all …]
4728 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats_qstat() argument4760 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC) in virtnet_fill_stats_qstat()4767 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats_qstat()4774 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO) in virtnet_fill_stats_qstat()4781 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED) in virtnet_fill_stats_qstat()4795 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM) in virtnet_fill_stats_qstat()4802 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO) in virtnet_fill_stats_qstat()4835 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats() argument4883 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_CVQ) in virtnet_fill_stats()4901 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats()[all …]
Completed in 32 milliseconds