Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1039 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()
1042 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()
2946 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()
3046 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()
3171 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()
3204 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()
3492 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()
3541 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_dpcd_write()
3557 reply.reply_type = DP_SIDEBAND_REPLY_ACK; in drm_dp_encode_up_ack_reply()
4013 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_mst_handle_down_rep()
[all …]
/linux-6.15/drivers/net/
H A Dvirtio_net.c4649 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats_qstat() argument
4681 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC) in virtnet_fill_stats_qstat()
4688 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats_qstat()
4695 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO) in virtnet_fill_stats_qstat()
4702 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED) in virtnet_fill_stats_qstat()
4716 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM) in virtnet_fill_stats_qstat()
4723 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO) in virtnet_fill_stats_qstat()
4756 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats() argument
4804 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_CVQ) in virtnet_fill_stats()
4822 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats()
[all …]
/linux-6.15/include/drm/display/
H A Ddrm_dp_mst_helper.h465 u8 reply_type; member