Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dvirtio_net.c5134 bool rx_ctrl_dim_on = !!ec->use_adaptive_rx_coalesce; in virtnet_send_rx_notf_coal_cmds() local
5138 if (rx_ctrl_dim_on && !virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL)) in virtnet_send_rx_notf_coal_cmds()
5141 if (rx_ctrl_dim_on && (ec->rx_coalesce_usecs != vi->intr_coal_rx.max_usecs || in virtnet_send_rx_notf_coal_cmds()
5145 if (rx_ctrl_dim_on && !vi->rx_dim_enabled) { in virtnet_send_rx_notf_coal_cmds()
5159 if (!rx_ctrl_dim_on && vi->rx_dim_enabled) { in virtnet_send_rx_notf_coal_cmds()
5213 bool rx_ctrl_dim_on = !!ec->use_adaptive_rx_coalesce; in virtnet_send_rx_notf_coal_vq_cmds() local
5223 if (rx_ctrl_dim_on && (ec->rx_coalesce_usecs != max_usecs || in virtnet_send_rx_notf_coal_vq_cmds()
5229 if (rx_ctrl_dim_on && !cur_rx_dim) { in virtnet_send_rx_notf_coal_vq_cmds()
5235 if (!rx_ctrl_dim_on && cur_rx_dim) in virtnet_send_rx_notf_coal_vq_cmds()