Home
last modified time | relevance | path

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

/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()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c750 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()
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()
3013 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_clear_payload_id_table()
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()
3252 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_query_stream_enc_status()
3488 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()
[all …]
/linux/drivers/net/
H A Dvirtio_net.c4672 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats_qstat() argument
4704 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC) in virtnet_fill_stats_qstat()
4711 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats_qstat()
4718 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO) in virtnet_fill_stats_qstat()
4725 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED) in virtnet_fill_stats_qstat()
4732 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC) in virtnet_fill_stats_qstat()
4739 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM) in virtnet_fill_stats_qstat()
4746 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO) in virtnet_fill_stats_qstat()
4753 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED) in virtnet_fill_stats_qstat()
4779 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats() argument
[all …]