Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c752 ec->use_adaptive_rx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
753 ec->use_adaptive_tx_coalesce = priv->ae_handle->coal_adapt_en; in hns_get_coalesce()
808 if (ec->use_adaptive_rx_coalesce != priv->ae_handle->coal_adapt_en) in hns_set_coalesce()
809 priv->ae_handle->coal_adapt_en = ec->use_adaptive_rx_coalesce; in hns_set_coalesce()
Dhns_enet.c718 bool coal_enable = ring->q->handle->coal_adapt_en; in hns_coal_rx_bdnum()
729 bool coal_enable = ring->q->handle->coal_adapt_en; in hns_update_rx_rate()
885 if (ring->q->handle->coal_adapt_en) in hns_nic_rx_fini_pro()
908 if (ring->q->handle->coal_adapt_en) in hns_nic_rx_fini_pro_v2()
Dhnae.h556 bool coal_adapt_en; member