Searched refs:reply_type (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h458 u8 reply_type; member in struct:drm_dp_sideband_msg_reply_body
/linux-master/drivers/net/
H A Dvirtio_net.c3773 const u8 *base, bool drv_stats, u8 reply_type)
3805 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC)
3812 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM)
3819 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO)
3826 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED)
3833 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC)
3840 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM)
3847 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO)
3854 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED)
3880 const u8 *base, bool drv_stats, u8 reply_type)
3771 virtnet_fill_stats_qstat(struct virtnet_info *vi, u32 qid, struct virtnet_stats_ctx *ctx, const u8 *base, bool drv_stats, u8 reply_type) argument
3878 virtnet_fill_stats(struct virtnet_info *vi, u32 qid, struct virtnet_stats_ctx *ctx, const u8 *base, bool drv_stats, u8 reply_type) argument
[all...]
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c738 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f);
1028 msg->reply_type = (raw->msg[0] & 0x80) >> 7;
1031 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) {
2936 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3007 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3036 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3161 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3194 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK)
3246 } else if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) {
3482 if (txmsg->reply.reply_type
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm.c133 int reply_type, tag; local
156 reply_type = nfp_ccm_get_type(skb);
157 if (reply_type != __NFP_CCM_REPLY(type)) {
159 reply_type, __NFP_CCM_REPLY(type));

Completed in 386 milliseconds