Home
last modified time | relevance | path

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

/linux-6.12.1/lib/dim/
Dnet_dim.c54 tx_profile[DIM_CQ_PERIOD_NUM_MODES][NET_DIM_PARAMS_NUM_PROFILES] = { variable
82 struct dim_cq_moder cq_moder = tx_profile[cq_period_mode][ix]; in net_dim_get_tx_moderation()
131 txp = kmemdup(tx_profile[tx_mode], len, GFP_KERNEL); in net_dim_init_irq_moder()
135 rcu_assign_pointer(moder->tx_profile, txp); in net_dim_init_irq_moder()
157 txp = rtnl_dereference(dev->irq_moder->tx_profile); in net_dim_free_irq_moder()
160 rcu_assign_pointer(dev->irq_moder->tx_profile, NULL); in net_dim_free_irq_moder()
214 profile = rcu_dereference(dev->irq_moder->tx_profile); in net_dim_get_tx_irq_moder()
/linux-6.12.1/include/linux/
Ddim.h86 struct dim_cq_moder __rcu *tx_profile; member
/linux-6.12.1/net/ethtool/
Dcoalesce.c290 rcu_dereference(moder->tx_profile), in coalesce_fill_reply()
583 ret = ethnl_update_profile(dev, &dev->irq_moder->tx_profile, in __ethnl_set_coalesce()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_main.c6602 static const struct ice_dim tx_profile[] = { variable
6619 WARN_ON(dim->profile_ix >= ARRAY_SIZE(tx_profile)); in ice_tx_dim_work()
6622 itr = tx_profile[dim->profile_ix].itr; in ice_tx_dim_work()
6676 tx_profile[rc->dim.profile_ix].itr : rc->itr_setting); in ice_init_moderation()