Home
last modified time | relevance | path

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

/linux-6.12.1/lib/dim/
Dnet_dim.c48 rx_profile[DIM_CQ_PERIOD_NUM_MODES][NET_DIM_PARAMS_NUM_PROFILES] = { variable
62 struct dim_cq_moder cq_moder = rx_profile[cq_period_mode][ix]; in net_dim_get_rx_moderation()
113 len = NET_DIM_PARAMS_NUM_PROFILES * sizeof(*moder->rx_profile); in net_dim_init_irq_moder()
121 rxp = kmemdup(rx_profile[rx_mode], len, GFP_KERNEL); in net_dim_init_irq_moder()
125 rcu_assign_pointer(moder->rx_profile, rxp); in net_dim_init_irq_moder()
156 rxp = rtnl_dereference(dev->irq_moder->rx_profile); in net_dim_free_irq_moder()
159 rcu_assign_pointer(dev->irq_moder->rx_profile, NULL); in net_dim_free_irq_moder()
198 profile = rcu_dereference(dev->irq_moder->rx_profile); in net_dim_get_rx_irq_moder()
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/
Dconf.h54 u8 rx_profile; member
Dmain.c532 .rx_profile = 0x00,
/linux-6.12.1/include/linux/
Ddim.h85 struct dim_cq_moder __rcu *rx_profile; member
/linux-6.12.1/net/ethtool/
Dcoalesce.c282 rcu_dereference(moder->rx_profile), in coalesce_fill_reply()
575 ret = ethnl_update_profile(dev, &dev->irq_moder->rx_profile, in __ethnl_set_coalesce()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_main.c6591 static const struct ice_dim rx_profile[] = { variable
6639 WARN_ON(dim->profile_ix >= ARRAY_SIZE(rx_profile)); in ice_rx_dim_work()
6642 itr = rx_profile[dim->profile_ix].itr; in ice_rx_dim_work()
6686 ice_write_itr(rc, rx_dynamic ? rx_profile[rc->dim.profile_ix].itr : in ice_init_moderation()