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()
4566 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats_qstat() argument4598 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_BASIC) in virtnet_fill_stats_qstat()4605 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_CSUM) in virtnet_fill_stats_qstat()4612 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_GSO) in virtnet_fill_stats_qstat()4619 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_RX_SPEED) in virtnet_fill_stats_qstat()4626 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_BASIC) in virtnet_fill_stats_qstat()4633 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_CSUM) in virtnet_fill_stats_qstat()4640 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_GSO) in virtnet_fill_stats_qstat()4647 if (reply_type == VIRTIO_NET_STATS_TYPE_REPLY_TX_SPEED) in virtnet_fill_stats_qstat()4673 const u8 *base, bool drv_stats, u8 reply_type) in virtnet_fill_stats() argument[all …]
458 u8 reply_type; member