Searched refs:rx_ctrl_dim_on (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/
H A Dvirtio_net.c4258 bool rx_ctrl_dim_on = !!ec->use_adaptive_rx_coalesce; local
4263 if (rx_ctrl_dim_on && !virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL))
4266 if (rx_ctrl_dim_on && (ec->rx_coalesce_usecs != vi->intr_coal_rx.max_usecs ||
4274 if (rx_ctrl_dim_on && !vi->rx_dim_enabled) {
4287 if (!rx_ctrl_dim_on && vi->rx_dim_enabled) {
4341 bool rx_ctrl_dim_on = !!ec->use_adaptive_rx_coalesce; local
4351 if (rx_ctrl_dim_on && (ec->rx_coalesce_usecs != max_usecs ||
4357 if (rx_ctrl_dim_on && !cur_rx_dim) {
4363 if (!rx_ctrl_dim_on && cur_rx_dim)

Completed in 273 milliseconds